summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6ab72383141..df845221091 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 241b89bc8f4..bb2cb9a2e33 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