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
This commit is contained in:
Craig Rodrigues 2002-01-22 19:59:30 +00:00
parent 7c884404e0
commit 816e265a1b
2 changed files with 8 additions and 0 deletions

View 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.

View 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)"