Fri May 10 19:59:50 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable.
This commit is contained in:
Roland McGrath 1996-05-13 15:59:03 +00:00
parent a46ffddea5
commit ab076e0919

View File

@ -33,3 +33,6 @@ m68k-syntax-flag = -DMIT_SYNTAX
endif
asm-CPPFLAGS += $(m68k-syntax-flag)
# Make sure setjmp.c is compiled with a frame pointer
CFLAGS-setjmp.c := -fno-omit-frame-pointer