* config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
From-SVN: r52206
This commit is contained in:
parent
9be4083349
commit
9002507c70
@ -1,3 +1,7 @@
|
||||
2002-04-12 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
|
||||
|
||||
2002-04-12 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR bootstrap/4191
|
||||
|
@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
|
||||
/* Run-time target specifications */
|
||||
|
||||
#define EXTRA_SPECS \
|
||||
{ "cpp_cpu", CPP_CPU_SPEC },
|
||||
{ "cpp_cpu", CPP_CPU_SPEC }, \
|
||||
{ "asm_extra", ASM_EXTRA_SPEC },
|
||||
|
||||
#define CPP_CPU_SPEC " \
|
||||
|
Loading…
Reference in New Issue
Block a user