--- bin/makefile.orig Tue Jul 20 19:49:19 2004 +++ bin/makefile Tue Jul 20 19:49:49 2004 @@ -288,7 +288,7 @@ # SDE toolchain does not allow a construct like ".bss", it requires # .section bss instead. ifeq ($(TOOLCHAIN),sde) -CC_OPTS_A = $(CC_OPTS) -D_ASSEMBLER_ -D_SDE_ +CC_OPTS_A = $(CC_OPTS) -D_ASSEMBLER_ -D_SDE_ -fno-traditional-cpp else CC_OPTS_A = $(CC_OPTS) -D_ASSEMBLER_ endif