Commit 816e265a by Craig Rodrigues

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
parent 7c884404
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.
......
......@@ -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)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment