From c65adb37b42c1c2134fd09d90ed7c6ced6817ae0 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Wed, 4 Oct 2006 19:35:06 +0000 Subject: release 0.40-0 svn path=/trunk/; revision=6076 --- pd/extra/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pd/extra/makefile') diff --git a/pd/extra/makefile b/pd/extra/makefile index c2f573a0..a328d919 100644 --- a/pd/extra/makefile +++ b/pd/extra/makefile @@ -57,7 +57,7 @@ pd_linux: $(NAME).pd_linux .SUFFIXES: .pd_linux -LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \ +LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -m32 \ -Wall -W -Wshadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch $(CFLAGS) @@ -65,7 +65,7 @@ LINUXINCLUDE = -I../../src .c.pd_linux: $(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm + $(CC) -m32 -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux rm -f $*.o -- cgit v1.2.1