summarylogtreecommitdiffstats
path: root/ldargs.patch
blob: 57fec4852f16e1b453acf2b9b66aad02b5c40bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/softfloat/Makefile b/softfloat/Makefile
index f379f37..c22cdca 100644
--- a/softfloat/Makefile
+++ b/softfloat/Makefile
@@ -1,7 +1,7 @@
 CC = movcc
 INCLUDES = -I. -I..
 COMPILE_C = $(CC) -c $(INCLUDES) -o $@ -Wf--q
-LINK = $(CC) -o $@
+LINK = $(CC) -L /usr/lib32 -o $@
 
 ALL: softfloat32.o softfloat64.o softfloatfull.o timesoftfloat