changeset 29123:4b5ba9cc3329

Move amigaos CFLAG settings to amigaos section at the beginning of configure.
author diego
date Fri, 10 Apr 2009 13:12:28 +0000
parents b8afbb8afe61
children a24febe919b5
files configure
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Apr 10 13:09:39 2009 +0000
+++ b/configure	Fri Apr 10 13:12:28 2009 +0000
@@ -1466,6 +1466,7 @@
   _sighandler=no
   _stream_cache=no
   def_stream_cache="#undef CONFIG_STREAM_CACHE"
+  CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
 fi
 
 if qnx ; then
@@ -8003,9 +8004,6 @@
 if darwin ; then
   CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -shared-libgcc"
 fi
-if amigaos ; then
-  CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
-fi
 # Thread support
 if linux ; then
   CFLAGS="$CFLAGS -D_REENTRANT"