From a400c37cc77de1c7b134641c52fe8a7899c74f4c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 6 Dec 2006 23:28:06 +0000 Subject: [PATCH] Optimization fiddling, fix for linux-arm. --- src/gdd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gdd/Makefile b/src/gdd/Makefile index dde693380..c7945968c 100644 --- a/src/gdd/Makefile +++ b/src/gdd/Makefile @@ -60,9 +60,8 @@ genApps_SRCS = genApps.cc $(AITGENSRCS) aitGen_SRCS = aitTypes.c aitGen.c PROD_LIBS = Com -# i386-rtems-gcc version 2.95.2 can't compile this with optimization. -# Remove the following line once a better version of gcc is available. -aitConvert_OPT_RTEMS-pc386 = NO +# aitGen.c doesn't compile for linux-arm at -O3 when using gcc-3.4.5 +aitGen_CFLAGS_linux-arm = -O2 # Switch off potentially bogus warnings on HPUX 11 - detailed warning # suppression in the source code would be too much effort with respect