summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-25 15:40:35 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-25 15:40:35 +0100
commit096b5ecfae507cd1b5839ce6de6cbb73d78cd3b6 (patch)
tree9736a378734bee5cb1e2fa713b0e2fa2f23df42a /test
parentbf536df6dd81b8a42b46257f617ba37d27bcdfd5 (diff)
pass more ld flags
add -z defs,now Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index 492b99706..cced19397 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -67,7 +67,7 @@ CFLAGS += $(OPTIMIZATION) $(CPU_CFLAGS) $(XWARNINGS)
# Just adding -Os for now.
HOST_CFLAGS += $(XCOMMON_CFLAGS) -Os $(XWARNINGS)
-LDFLAGS := $(CPU_LDFLAGS-y)
+LDFLAGS := $(CPU_LDFLAGS-y) -Wl,-z,defs -Wl,-z,now
ifeq ($(DODEBUG),y)
CFLAGS += -g
HOST_CFLAGS += -g