| File: meta/root.bin/root.bin.conf.mk | |
|---|---|
| base-0 | patch-1 |
| Line 3 | Line 3 |
| rootbin_GARCH = $(singularity_GARCH) rootbin_GARHOST = $(singularity_GARHOST) | rootbin_GARCH = $(singularity_GARCH) rootbin_GARHOST = $(singularity_GARHOST) |
| rootbin_LIBC = lib/uclibc | |
| rootbin_prefix = / rootbin_exec_prefix = $(rootbin_prefix) rootbin_bindir = $(rootbin_exec_prefix)/bin | rootbin_prefix = / rootbin_exec_prefix = $(rootbin_prefix) rootbin_bindir = $(rootbin_exec_prefix)/bin |
| Line 21 | Line 23 |
| rootbin_sourcedir = $(rootbin_prefix)/src rootbin_licensedir = $(rootbin_prefix)/licenses | rootbin_sourcedir = $(rootbin_prefix)/src rootbin_licensedir = $(rootbin_prefix)/licenses |
| rootbin_CC = $(singularity_CC) rootbin_CXX = $(singularity_CXX) rootbin_LD = $(singularity_LD) | rootbin_CC ?= $(build_prefix)/$(ALTGARCH)-linux-uclibc/bin/$(ALTGARCH)-uclibc-gcc rootbin_CXX = false #$(singularity_CXX) rootbin_LD ?= $(build_prefix)/$(ALTGARCH)-linux-uclibc/bin/$(ALTGARCH)-uclibc-ld |
| rootbin_RANLIB = $(singularity_RANLIB) rootbin_CPP = $(singularity_CPP) rootbin_AS = $(singularity_AS) rootbin_AR = $(singularity_AR) | rootbin_RANLIB = $(singularity_RANLIB) rootbin_CPP = $(singularity_CPP) rootbin_AS = $(singularity_AS) rootbin_AR = $(singularity_AR) |
| rootbin_CPPFLAGS = $(singularity_CPPFLAGS) rootbin_CFLAGS = $(singularity_CFLAGS) rootbin_LDFLAGS = $(singularity_LDFLAGS) | rootbin_CPPFLAGS = -I$(build_prefix)/$(ALTGARCH)-linux-uclibc/include rootbin_CFLAGS = -static -I$(build_prefix)/$(ALTGARCH)-linux-uclibc/include -L$(build_prefix)/$(ALTGARCH)-linux-uclibc/lib rootbin_LDFLAGS = -static -L$(build_prefix)/$(ALTGARCH)-linux-uclibc/lib |