diff options
author | Richard Earnshaw <erich@gnu.org> | 1994-10-14 14:35:17 +0000 |
---|---|---|
committer | Richard Earnshaw <erich@gnu.org> | 1994-10-14 14:35:17 +0000 |
commit | ca628c540b32c3d792a1ba344e6cd27060bcdace (patch) | |
tree | bcf5364dcefaca19e624dec4df2112554618fce5 /gcc/config/arm/t-riscix | |
parent | 6cda9f97bcb061144c3bbac2c27831d15df0ab88 (diff) | |
download | gcc-ca628c540b32c3d792a1ba344e6cd27060bcdace.tar.gz |
Initial revision
From-SVN: r8270
Diffstat (limited to 'gcc/config/arm/t-riscix')
-rw-r--r-- | gcc/config/arm/t-riscix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/t-riscix b/gcc/config/arm/t-riscix new file mode 100644 index 00000000000..e5a2213b83c --- /dev/null +++ b/gcc/config/arm/t-riscix @@ -0,0 +1,3 @@ +# 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 |