]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/5450 (__i386__ not defined on unixsware)
authorCraig Rodrigues <rodrigc@gcc.gnu.org>
Tue, 22 Jan 2002 19:59:30 +0000 (19:59 +0000)
committerCraig Rodrigues <rodrigc@gcc.gnu.org>
Tue, 22 Jan 2002 19:59:30 +0000 (19:59 +0000)
2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>

        PR other/5450
        * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU preprocessor flags.

From-SVN: r49088

gcc/ChangeLog
gcc/config/i386/sysv4.h

index bceff7291bf6ede84d174b33f02d501326935159..d46bf68e25948945353a6684652524e3dac76b94 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+       PR other/5450
+       * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU preprocessor flags.
+
 2002-01-22  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * config.gcc (x86_64-*-netbsd*): New target.
index f9b3093f1b994e6bcbc53bc372e58b37248d35c0..7dc0ac1b0a184aab9067ea8208e91c23ef9c40b2 100644 (file)
@@ -141,3 +141,6 @@ Boston, MA 02111-1307, USA.  */
           "addl\t$_GLOBAL_OFFSET_TABLE_+[.-.LPR%=],%0"                 \
           : "=d"(BASE))
 #endif
+
+#undef CPP_SPEC
+#define CPP_SPEC "%(cpp_cpu)"