2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>

* custom/Linux-posix.cfg: Merge patch from Till Straumann which would
	work except gcc core dumps with an ICE when may_alias is used in this
	code. I filed a GCC PR and reduced optimization to -O0 and it does
	run again.
This commit is contained in:
Joel Sherrill
2007-06-21 18:34:17 +00:00
parent d8cfebb959
commit 218b070bfd
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/Linux-posix.cfg: Merge patch from Till Straumann which would
work except gcc core dumps with an ICE when may_alias is used in this
code. I filed a GCC PR and reduced optimization to -O0 and it does
run again.
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* Templates/Makefile.leaf: At suggestion of Robert Grimes add commented

View File

@@ -19,7 +19,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
CPU_CFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
CFLAGS_OPTIMIZE_V = -O0 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)