forked from Imagelibrary/rtems
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Add RTEMS_RELLDFLAGS. Remove XLDFLAGS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* automake/compile.am: Add RTEMS_RELLDFLAGS.
|
||||
Remove XLDFLAGS.
|
||||
|
||||
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Reflect changes to libchip/*.
|
||||
|
||||
@@ -146,13 +146,14 @@ LINK_FILES =\
|
||||
|
||||
if RTEMS_USE_GCC
|
||||
## gcc >= 2.8
|
||||
RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
|
||||
define make-rel
|
||||
$(LINK) -qnolinkcmds -nostdlib -Wl,-r $(XLDFLAGS) $^
|
||||
$(LINK) $(RTEMS_RELLDFLAGS) $^
|
||||
endef
|
||||
else
|
||||
## non-gcc
|
||||
define make-rel
|
||||
$(LINK) $(XLDFLAGS) $^
|
||||
$(LINK) $(RTEMS_RELLDFLAGS) $^
|
||||
endef
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user