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

fix OSCx build for armv7

parent 45544edf
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ else ...@@ -122,7 +122,7 @@ else
;; ;;
*) *)
dnl assume unix dnl assume unix
CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1" CFLAGS="$CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1 -fPIC"
LDFLAGS="-Wl,--export-dynamic -shared" LDFLAGS="-Wl,--export-dynamic -shared"
pd_suffix=pd_linux pd_suffix=pd_linux
LIBS="-lc -lm" LIBS="-lc -lm"
......
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