aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-07-08 07:53:14 +0000
committerNick Clifton <nickc@gcc.gnu.org>2004-07-08 07:53:14 +0000
commit1558163d51069c71d9a0101ba7a65eb1fc224049 (patch)
tree10f41094cc3dda7779b109fa6a68855b0ed0be6f /gcc
parentac45df5dba58049cf731c7ce9a20f31b6637604e (diff)
downloadgcc-1558163d51069c71d9a0101ba7a65eb1fc224049.zip
gcc-1558163d51069c71d9a0101ba7a65eb1fc224049.tar.gz
gcc-1558163d51069c71d9a0101ba7a65eb1fc224049.tar.bz2
(TARGET_LIBGCC2_CFLAGS): Define. Set to -Os.
From-SVN: r84276
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/stormy16/t-stormy162
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6ab7238..df84522 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-08 Nick Clifton <nickc@redhat.com>
+
+ * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Define.
+ Set to -Os.
+
2004-07-08 Richard Henderson <rth@redhat.com>
* except.c (expand_eh_region_start, expand_eh_region_end,
diff --git a/gcc/config/stormy16/t-stormy16 b/gcc/config/stormy16/t-stormy16
index 241b89b..bb2cb9a 100644
--- a/gcc/config/stormy16/t-stormy16
+++ b/gcc/config/stormy16/t-stormy16
@@ -16,3 +16,5 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
dp-bit.c: $(srcdir)/config/fp-bit.c
cat $(srcdir)/config/fp-bit.c > dp-bit.c
+
+TARGET_LIBGCC2_CFLAGS = -Os