aboutsummaryrefslogtreecommitdiff
path: root/externals/build/irix/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'externals/build/irix/makefile')
-rw-r--r--externals/build/irix/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/irix/makefile b/externals/build/irix/makefile
index 61866ffc..d792111c 100644
--- a/externals/build/irix/makefile
+++ b/externals/build/irix/makefile
@@ -68,7 +68,7 @@ LINUXINCLUDE = -I../../src
.c.pd_linux:
cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
- ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm
+ ld --export-dynamic -shared -o $*.pd_linux $*.o -lc -lm
strip --strip-unneeded $*.pd_linux
rm -f $*.o ../$*.pd_linux
ln -s $*/$*.pd_linux ..