Skip to content
Snippets Groups Projects
Commit 9e4fd623 authored by Ralph Giles's avatar Ralph Giles
Browse files

Fix arm config typos. Issue 899.

git-svn-id: https://svn.xiph.org/trunk/Tremor@11283 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent e1bb57ee
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ if test -z "$GCC"; then
arm-*-*)
DEBUG="-g -D_ARM_ASSEM_"
CFLAGS="-O -D_ARM_ASSEM_"
PROFILE="-p -g -O -D_ARM_ASSEM" ;;
PROFILE="-p -g -O -D_ARM_ASSEM_" ;;
*)
DEBUG="-g"
CFLAGS="-O"
......@@ -54,8 +54,7 @@ else
case $host in
arm-*-*)
DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char
-D_ARM_ASSEM_"
DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -D_ARM_ASSEM_"
CFLAGS="-O2 -D_ARM_ASSEM_ -fsigned-char"
PROFILE="-W -pg -g -O2 -D_ARM_ASSEM_ -fsigned-char -fno-inline-functions";;
......
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