From 30b87a9ead352d977284f10f433b264576a88784 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 3 Sep 2008 16:18:36 +0000 Subject: [PATCH] Latest vesrion of gcc has this bug fixed. --- src/db/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/db/Makefile b/src/db/Makefile index 3a06337bc..6eb5efa9c 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -75,11 +75,6 @@ LIB_SRCS += dbContextReadNotifyCache.cpp LIB_SRCS += templateInstances.cpp LIB_SRCS += dbIocRegister.c -# gcc crosscompiler 4.3.1 bug in RTEMS prerelease 4.9 -ifeq (RTEMS-uC5282,$(T_A)) -dbAccess_CFLAGS_RTEMS = -O1 -endif - LIBRARY_IOC = dbIoc dbIoc_LIBS = dbStaticIoc ca Com