diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-09 17:34:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-09 17:34:48 +0000 |
commit | 4da26cccba367cb3032b0601d60534b65a676e7e (patch) | |
tree | 2783f76fa610fbee211d7f8a69ed0cab31b34954 | |
parent | f9740cad349961fac05e38338900b81f4d5ddd86 (diff) |
replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where
appropriate. It seems that once upon a time -export_dynamic was a real flag.
Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic,
giving this error message:
/usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60
svn path=/trunk/externals/ekext/; revision=11724
-rw-r--r-- | cup/makefile | 2 | ||||
-rw-r--r-- | cupd/makefile | 2 | ||||
-rw-r--r-- | doubledelta/makefile | 2 | ||||
-rw-r--r-- | framescore~/makefile | 2 | ||||
-rw-r--r-- | framespect~/makefile | 2 | ||||
-rw-r--r-- | hasc~/makefile | 2 | ||||
-rw-r--r-- | hssc~/makefile | 2 | ||||
-rw-r--r-- | list_sum/makefile | 2 | ||||
-rw-r--r-- | listmoses/makefile | 2 | ||||
-rw-r--r-- | lpc~/lpc_anal/makefile | 2 | ||||
-rw-r--r-- | lpc~/lpc_filter/makefile | 2 | ||||
-rwxr-xr-x | maskxor/makefile | 2 | ||||
-rw-r--r-- | peakit~/makefile | 2 | ||||
-rwxr-xr-x | polymap/makefile | 2 | ||||
-rwxr-xr-x | polystat/makefile | 2 | ||||
-rwxr-xr-x | sieve/makefile | 2 | ||||
-rw-r--r-- | simile/makefile | 2 | ||||
-rw-r--r-- | simile~/makefile | 2 | ||||
-rw-r--r-- | steady/makefile | 2 | ||||
-rw-r--r-- | valve/makefile | 2 | ||||
-rw-r--r-- | voicing_detector~/makefile | 2 | ||||
-rw-r--r-- | zeroxpos~/makefile | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/cup/makefile b/cup/makefile index dda30bf..f35a9b0 100644 --- a/cup/makefile +++ b/cup/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/cupd/makefile b/cupd/makefile index a8f6db9..52abb12 100644 --- a/cupd/makefile +++ b/cupd/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/doubledelta/makefile b/doubledelta/makefile index 1185340..d39fb48 100644 --- a/doubledelta/makefile +++ b/doubledelta/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/framescore~/makefile b/framescore~/makefile index df340a4..e86daac 100644 --- a/framescore~/makefile +++ b/framescore~/makefile @@ -78,7 +78,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/framespect~/makefile b/framespect~/makefile index 499e00e..36c35eb 100644 --- a/framespect~/makefile +++ b/framespect~/makefile @@ -78,7 +78,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/hasc~/makefile b/hasc~/makefile index 3780b21..1d25bac 100644 --- a/hasc~/makefile +++ b/hasc~/makefile @@ -74,7 +74,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/hssc~/makefile b/hssc~/makefile index 0631927..edd89fd 100644 --- a/hssc~/makefile +++ b/hssc~/makefile @@ -74,7 +74,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/list_sum/makefile b/list_sum/makefile index 9fd12f9..2575b4e 100644 --- a/list_sum/makefile +++ b/list_sum/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/listmoses/makefile b/listmoses/makefile index 85d8b7d..3a7fa0b 100644 --- a/listmoses/makefile +++ b/listmoses/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/lpc~/lpc_anal/makefile b/lpc~/lpc_anal/makefile index c8fce3f..5fe80c8 100644 --- a/lpc~/lpc_anal/makefile +++ b/lpc~/lpc_anal/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/lpc~/lpc_filter/makefile b/lpc~/lpc_filter/makefile index 23840c6..7589cd7 100644 --- a/lpc~/lpc_filter/makefile +++ b/lpc~/lpc_filter/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/maskxor/makefile b/maskxor/makefile index 950cfa2..06ec0b5 100755 --- a/maskxor/makefile +++ b/maskxor/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/peakit~/makefile b/peakit~/makefile index e6588a6..3665230 100644 --- a/peakit~/makefile +++ b/peakit~/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/polymap/makefile b/polymap/makefile index cfe340f..5eacfbf 100755 --- a/polymap/makefile +++ b/polymap/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/polystat/makefile b/polystat/makefile index 5f30bf3..efd8755 100755 --- a/polystat/makefile +++ b/polystat/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/sieve/makefile b/sieve/makefile index e0f86ef..15f95e7 100755 --- a/sieve/makefile +++ b/sieve/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/simile/makefile b/simile/makefile index 498fc1b..ac62162 100644 --- a/simile/makefile +++ b/simile/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/simile~/makefile b/simile~/makefile index 4c164f5..0a68d6e 100644 --- a/simile~/makefile +++ b/simile~/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/steady/makefile b/steady/makefile index 7e19e93..19b93ca 100644 --- a/steady/makefile +++ b/steady/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/valve/makefile b/valve/makefile index f6733a2..65ef6af 100644 --- a/valve/makefile +++ b/valve/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/voicing_detector~/makefile b/voicing_detector~/makefile index 87572aa..08f4c8f 100644 --- a/voicing_detector~/makefile +++ b/voicing_detector~/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o diff --git a/zeroxpos~/makefile b/zeroxpos~/makefile index 3003da3..10c4cd9 100644 --- a/zeroxpos~/makefile +++ b/zeroxpos~/makefile @@ -76,7 +76,7 @@ LINUXINCLUDE = -I/usr/local/include .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 $*.o |