diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 11:40:07 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 11:40:07 +0100 |
commit | 76f6b6637612a89be89e4aa38afe145a839fc1fb (patch) | |
tree | 7898810dd9f53b252f4d69ec77250abcfea56134 /libdde_linux26/mk/binary.inc | |
parent | 7e7dd7b74a20a08f4f4aacf3943a1881d4113c09 (diff) |
to compile programs with dde linux26 library.
Diffstat (limited to 'libdde_linux26/mk/binary.inc')
-rw-r--r-- | libdde_linux26/mk/binary.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libdde_linux26/mk/binary.inc b/libdde_linux26/mk/binary.inc index 6525d1e6..2cd4b0a3 100644 --- a/libdde_linux26/mk/binary.inc +++ b/libdde_linux26/mk/binary.inc @@ -233,7 +233,7 @@ LDSCRIPT ?= $(call BID_mode_var,LDSCRIPT) LIBS += $(strip $(LIBS_$(OSYSTEM)) $(LIBS_$@) $(LIBS_$@_$(OSYSTEM))) -LDFLAGS += $(strip $(LDFLAGS_$(OSYSTEM)) $(LDFLAGS_$(ARCH)) $(LDFLAGS_$@) $(LDFLAGS_$@_$(OSYSTEM))) +#LDFLAGS += $(strip $(LDFLAGS_$(OSYSTEM)) $(LDFLAGS_$(ARCH)) $(LDFLAGS_$@) $(LDFLAGS_$@_$(OSYSTEM))) # May 2007: force somewhat old hash-style as some(!, independant of the # actual version) ld now use an other format, no uclibc upstream fix @@ -301,10 +301,6 @@ ifneq ($(MODE),host) CPPFLAGS+= $(addprefix -I, $(L4INCDIR)) endif CPPFLAGS+= $(LIBCINCDIR) -#CPPFLAGS+= -I/root/hurd/libddekit/include -#CPPFLAGS+= -I/root/hurd/libdde_linux26/include -#CPPFLAGS+= -I/root/hurd/libdde_linux26/contrib/include -#CPPFLAGS+= -I/root/hurd/libdde_linux26/contrib/arch/x86/include CXXFLAGS+= $(BID_CFLAGS_GSTAB) $(BID_CFLAGS_OMIT_FP) CXXFLAGS+= $(CXXFLAGS_$(OSYSTEM)) |