Skip to content
Snippets Groups Projects
Commit 24407325 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix arm (non-x86/x86_64) compiler flag per linker error directions, remove -lpd

parent 05d7c36c
No related branches found
No related tags found
No related merge requests found
......@@ -91,11 +91,11 @@ else
LIBS="-lc -lm"
;;
*-*-linux*)
CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1"
CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1 -fPIC"
LDFLAGS="-Wl,--export-dynamic -shared"
INCLUDES="$INCLUDES"
pd_suffix=pd_linux
LIBS="-L../../../pd/bin -lpd -lc -lm"
LIBS="-L../../../pd/bin -lc -lm"
;;
sparc-sun-*)
echo "YOU HAVE A SPARC STATION, not setting any flags, not supported yet"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment