mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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:
parent
7c884404e0
commit
816e265a1b
@ -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.
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user