]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/c4x/c4x.h (CPP_SPEC): Fix typo.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Fri, 17 Mar 2000 10:23:16 +0000 (10:23 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Fri, 17 Mar 2000 10:23:16 +0000 (10:23 +0000)
From-SVN: r32606

gcc/ChangeLog
gcc/config/c4x/c4x.h

index 09dffc1d613ad21e2a55dac9b801515200bf9623..6f23140728eb467180e108d2b0bc0e2409ff63af 100644 (file)
@@ -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
index 9fa1e0e2dfc08f3a2a3b3d3d60848508ad677dc0..44a559f1c983b99e78a07d7c7fb77c643121f749 100644 (file)
@@ -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 } \