summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2006-04-26 15:59:50 +0000
committerRalph Giles <giles@xiph.org>2006-04-26 15:59:50 +0000
commit9e4fd623756a6be0e96a8aa263324726b343c4eb (patch)
treeb4d619f1f931973a38452013d3221428dada01d6
parente1bb57ee3cd43f2da7c8421c0707a95ed95a5198 (diff)
downloadtremor-9e4fd623756a6be0e96a8aa263324726b343c4eb.tar.gz
Fix arm config typos. Issue 899.
git-svn-id: https://svn.xiph.org/trunk/Tremor@11283 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index abbef78..057e641 100644
--- a/configure.in
+++ b/configure.in
@@ -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";;