545954c9d3
* config/arm/t-arm-elf (LIBGCC2_CFLAGS): Delete. * config/arm/t-linux (LIBGCC2_CFLAGS): Delete. (TARGET_LIBGCC2_CFLAGS): Define. (LIBGCC2_DEBUG_CFLAGS): Define. * config/arm/t-netbsd: Likewise. * config/arm/t-semi: Likewise. * config/arm/t-semiaof: Likewise. * config/arm/t-riscix: Likewise. From-SVN: r25001
5 lines
196 B
Plaintext
5 lines
196 B
Plaintext
# Just for these, we omit the frame pointer since it makes such a big
|
|
# difference. It is then pointless adding debugging.
|
|
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer
|
|
LIBGCC2_DEBUG_CFLAGS = -g0
|