# HG changeset patch # User diego # Date 1239369148 0 # Node ID 4b5ba9cc3329ed58dc355048d30839b2e3a02103 # Parent b8afbb8afe618df812900a38e7551906ce5589e4 Move amigaos CFLAG settings to amigaos section at the beginning of configure. diff -r b8afbb8afe61 -r 4b5ba9cc3329 configure --- 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"