summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>2000-03-17 10:23:16 +0000
committerMichael Hayes <m.hayes@gcc.gnu.org>2000-03-17 10:23:16 +0000
commit63f034bfe3afe558171d79c95166e3e86ee2c515 (patch)
tree6b2cf308bfd6a9a0718f89820fec6d1dc7be2f34 /gcc
parent66cc4757b77749c03746a4070858934a24d8bc5a (diff)
downloadgcc-63f034bfe3afe558171d79c95166e3e86ee2c515.tar.gz
* config/c4x/c4x.h (CPP_SPEC): Fix typo.
From-SVN: r32606
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/c4x/c4x.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 09dffc1d613..6f23140728e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
+
+ * config/c4x/c4x.h (CPP_SPEC): Fix typo.
+
2000-03-17 Martin v. Löwis <loewis@informatik.hu-berlin.de>
* call.c (special_function_p): It is only malloc if it returns
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h
index 9fa1e0e2dfc..44a559f1c98 100644
--- a/gcc/config/c4x/c4x.h
+++ b/gcc/config/c4x/c4x.h
@@ -75,7 +75,7 @@
#define CPP_SPEC "\
%{!m30:%{!m31:%{!m32:%{!m33:%{!mcpu=30:%{!mcpu=31:%{!mcpu=32:%{!mcpu=33:\
%{!mcpu=40:%{!mcpu=44:%{\
- !m40:%{!m44:-D_TMS320C4x -D_C4x -D_TMS320C40 -D_C40}}}}}}}}}} \
+ !m40:%{!m44:-D_TMS320C4x -D_C4x -D_TMS320C40 -D_C40}}}}}}}}}}}} \
%{mcpu=30:-D_TMS320C3x -D_C3x -D_TMS320C30 -D_C30 } \
%{m30:-D_TMS320C3x -D_C3x -D_TMS320C30 -D_C30 } \
%{mcpu=31:-D_TMS320C3x -D_C3x -D_TMS320C31 -D_C31 } \