diff options
author | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-03 06:30:56 +0000 |
---|---|---|
committer | rearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-03 06:30:56 +0000 |
commit | 39fbe694218053d48aee37852c9ad8a0f509ecd1 (patch) | |
tree | 86fb5745502cba1635fbd73c6958d7013ca76922 /gcc/config/arm/t-netbsd | |
parent | 2d3c15120c2acbc36149f40bc24f33c93eda8653 (diff) | |
download | gcc-39fbe694218053d48aee37852c9ad8a0f509ecd1.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25001 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/t-netbsd')
-rw-r--r-- | gcc/config/arm/t-netbsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/t-netbsd b/gcc/config/arm/t-netbsd index cc2f6583679..6a61e9c40fa 100644 --- a/gcc/config/arm/t-netbsd +++ b/gcc/config/arm/t-netbsd @@ -1,7 +1,7 @@ # Just for these, we omit the frame pointer since it makes such a big # difference. It is then pointless adding debugging. -LIBGCC2_CFLAGS=-O2 -fomit-frame-pointer $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g0 -# -Dinhibit_libc +TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer +LIBGCC2_DEBUG_CFLAGS = -g0 # Don't build enquire ENQUIRE= |