summaryrefslogtreecommitdiffstats
path: root/Rules.make
diff options
context:
space:
mode:
authorMartin Josefsson <gandalf@wlug.westbo.se>2004-05-26 15:46:27 +0000
committerMartin Josefsson <gandalf@wlug.westbo.se>2004-05-26 15:46:27 +0000
commitdc93fce44fc550bbbe7413087cbfe111e208e3ee (patch)
treea6e76ff4233591a308236509a9ece5bee0c2d36b /Rules.make
parent1f661e3c268496d72d4de73bac7a86920a508cce (diff)
Better(?) detection for 64bit kernel / 32bit userspace.
Add some ld-flags for sparc64.
Diffstat (limited to 'Rules.make')
-rw-r--r--Rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make b/Rules.make
index 8c04caf2..c0c50103 100644
--- a/Rules.make
+++ b/Rules.make
@@ -31,7 +31,7 @@ $(SHARED_LIBS:%.so=%.d): %.d: %.c
sed -e 's@^.*\.o:@$*.d $*_sh.o:@' > $@
$(SHARED_LIBS): %.so : %_sh.o
- $(LD) -shared -o $@ $<
+ $(LD) -shared $(EXT_LDFLAGS) -o $@ $<
%_sh.o : %.c
$(CC) $(SH_CFLAGS) -o $@ -c $<