From 61c057df1690377c87e793df223186d8e236fb1d Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 28 Jun 2001 21:06:45 +0000 Subject: [PATCH] Add comment explaining why aitConvert must be compiled without optimization for RTEMS-pc386 targets. --- src/gdd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gdd/Makefile b/src/gdd/Makefile index 9bb42e5ba..6898eb49c 100644 --- a/src/gdd/Makefile +++ b/src/gdd/Makefile @@ -47,6 +47,8 @@ genApps_SRCS = genApps.cc $(AITGENSRCS) aitGen_SRCS = aitTypes.c aitGen.c PROD_HOST = aitGen genApps +# 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 gdd_RCS_WIN32 = gdd.rc