]> Git Repo - uclibc-ng.git/commitdiff
Forgot this...
authorEric Andersen <[email protected]>
Tue, 17 Jul 2001 00:55:53 +0000 (00:55 -0000)
committerEric Andersen <[email protected]>
Tue, 17 Jul 2001 00:55:53 +0000 (00:55 -0000)
ldso/ldso/Makefile

index 9fa1e7c0598692b2b3d2a1bf55e770d5d5f3e360..a10087189aae9c1f80b2e5220117072c6e26568c 100644 (file)
@@ -29,7 +29,9 @@ TARGET_CFLAGS += #-DDL_DEBUG #-funroll-loops
 
 
 LDSO_FULLNAME=ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so
-TARGET_CFLAGS+=-fPIC -D__PIC__ -DUCLIBC_ROOT_DIR=\"$(DEVEL_PREFIX)\" -DUCLIBC_BUILD_DIR=\"$(shell cd $(TOPDIR); pwd)\"
+TARGET_CFLAGS+=-fPIC -D__PIC__ -DUCLIBC_PREFIX=\"$(PREFIX)\" \
+       -DUCLIBC_DEVEL_PREFIX=\"$(DEVEL_PREFIX)\" \
+       -DUCLIBC_BUILD_DIR=\"$(shell cd $(TOPDIR); pwd)\"
 CSRC= boot1.c hash.c readelflib1.c $(TARGET_ARCH)/elfinterp.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 ASRC=$(shell ls $(TARGET_ARCH)/*.S)
This page took 0.040896 seconds and 4 git commands to generate.