summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@gcc.gnu.org>2002-01-22 19:59:30 +0000
committerCraig Rodrigues <rodrigc@gcc.gnu.org>2002-01-22 19:59:30 +0000
commit816e265a1b3af7b3e97c8716b7e6afcee0d3c275 (patch)
tree0af925d66a43f2e1288429ca60079d1554ddd6af
parent7c884404e0b198b53550bc9d1d38ab62add1377a (diff)
downloadgcc-816e265a1b3af7b3e97c8716b7e6afcee0d3c275.tar.gz
re PR other/5450 (__i386__ not defined on unixsware)
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/sysv4.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bceff7291bf..d46bf68e259 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h
index f9b3093f1b9..7dc0ac1b0a1 100644
--- a/gcc/config/i386/sysv4.h
+++ b/gcc/config/i386/sysv4.h
@@ -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)"