diff options
228 files changed, 282 insertions, 282 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index 7ab10ee..8959f5e 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-D_AM29K -D_AM29000 -D_EPI -Acpu(a29k) -Amachine(a29k)" +#define CPP_PREDEFINES "-D_AM29K -D_AM29000 -D_EPI -Acpu=a29k -Amachine=a29k" /* Print subsidiary information on the compiler version in use. */ #define TARGET_VERSION diff --git a/gcc/config/a29k/unix.h b/gcc/config/a29k/unix.h index f05f258..29165e9 100644 --- a/gcc/config/a29k/unix.h +++ b/gcc/config/a29k/unix.h @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ #define TARGET_DEFAULT (1+2+16+128) #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dam29k -Da29k -Dam29000 -Asystem(unix) -Acpu(a29k) -Amachine(a29k)" +#define CPP_PREDEFINES "-Dam29k -Da29k -Dam29000 -Asystem=unix -Acpu=a29k -Amachine=a29k" #undef CPP_SPEC #define CPP_SPEC "%{!m29000:-Dam29050 -D__am29050__}" diff --git a/gcc/config/a29k/vx29k.h b/gcc/config/a29k/vx29k.h index 8739b1b..e796262 100644 --- a/gcc/config/a29k/vx29k.h +++ b/gcc/config/a29k/vx29k.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D_AM29K -D_AM29000 -Acpu(a29k) -Amachine(a29k) -D__vxworks -D__vxworks_5" +#define CPP_PREDEFINES "-D_AM29K -D_AM29000 -Acpu=a29k -Amachine=a29k -D__vxworks -D__vxworks_5" /* Vxworks header files require that the macro CPU be set. We could define it in CPP_PREDEFINES, but the value is (or will be) diff --git a/gcc/config/alpha/alpha-interix.h b/gcc/config/alpha/alpha-interix.h index 5cf761d..b174651 100644 --- a/gcc/config/alpha/alpha-interix.h +++ b/gcc/config/alpha/alpha-interix.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ -D__alpha -D__alpha__\ -D__stdcall= \ -D__cdecl= \ - -Asystem(unix) -Asystem(interix) -Acpu(alpha) -Amachine(alpha)" + -Asystem=unix -Asystem=interix -Acpu=alpha -Amachine=alpha" #undef CPP_SUBTARGET_SPEC #define CPP_SUBTARGET_SPEC "\ diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 428bd47..edc644a 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -272,15 +272,15 @@ extern const char *alpha_mlat_string; /* For -mmemory-latency= */ /* Attempt to describe CPU characteristics to the preprocessor. */ /* Corresponding to amask... */ -#define CPP_AM_BWX_SPEC "-D__alpha_bwx__ -Acpu(bwx)" -#define CPP_AM_MAX_SPEC "-D__alpha_max__ -Acpu(max)" -#define CPP_AM_FIX_SPEC "-D__alpha_fix__ -Acpu(fix)" -#define CPP_AM_CIX_SPEC "-D__alpha_cix__ -Acpu(cix)" +#define CPP_AM_BWX_SPEC "-D__alpha_bwx__ -Acpu=bwx" +#define CPP_AM_MAX_SPEC "-D__alpha_max__ -Acpu=max" +#define CPP_AM_FIX_SPEC "-D__alpha_fix__ -Acpu=fix" +#define CPP_AM_CIX_SPEC "-D__alpha_cix__ -Acpu=cix" /* Corresponding to implver... */ -#define CPP_IM_EV4_SPEC "-D__alpha_ev4__ -Acpu(ev4)" -#define CPP_IM_EV5_SPEC "-D__alpha_ev5__ -Acpu(ev5)" -#define CPP_IM_EV6_SPEC "-D__alpha_ev6__ -Acpu(ev6)" +#define CPP_IM_EV4_SPEC "-D__alpha_ev4__ -Acpu=ev4" +#define CPP_IM_EV5_SPEC "-D__alpha_ev5__ -Acpu=ev5" +#define CPP_IM_EV6_SPEC "-D__alpha_ev6__ -Acpu=ev6" /* Common combinations. */ #define CPP_CPU_EV4_SPEC "%(cpp_im_ev4)" @@ -318,7 +318,7 @@ extern const char *alpha_mlat_string; /* For -mmemory-latency= */ #ifndef CPP_CPU_SPEC #define CPP_CPU_SPEC "\ -%{!undef:-Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ \ +%{!undef:-Acpu=alpha -Amachine=alpha -D__alpha -D__alpha__ \ %{mcpu=ev4|mcpu=21064:%(cpp_cpu_ev4) }\ %{mcpu=ev5|mcpu=21164:%(cpp_cpu_ev5) }\ %{mcpu=ev56|mcpu=21164a:%(cpp_cpu_ev56) }\ diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 9969cc6..e473493 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ -"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG -D__alpha__ " \ +"-Dlinux -Dunix -Asystem=linux -D_LONGLONG -D__alpha__ " \ SUB_CPP_PREDEFINES #undef LIB_SPEC diff --git a/gcc/config/alpha/openbsd.h b/gcc/config/alpha/openbsd.h index 72764ff..3424112 100644 --- a/gcc/config/alpha/openbsd.h +++ b/gcc/config/alpha/openbsd.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ "%{!nostdlib:%{!r*:%{!e*:-e __start}}} -dc -dp %{assert*}" /* run-time target specifications */ -#define CPP_PREDEFINES "-D__unix__ -D__ANSI_COMPAT -Asystem(unix) \ +#define CPP_PREDEFINES "-D__unix__ -D__ANSI_COMPAT -Asystem=unix \ -D__OpenBSD__ -D__alpha__ -D__alpha" /* Layout of source language data types. */ diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h index 100b153..b6333fa 100644 --- a/gcc/config/alpha/osf.h +++ b/gcc/config/alpha/osf.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dunix -D__osf__ -D_LONGLONG -DSYSTYPE_BSD \ --D_SYSTYPE_BSD -Asystem(unix) -Asystem(xpg4)" +-D_SYSTYPE_BSD -Asystem=unix -Asystem=xpg4" /* Accept DEC C flags for multithreaded programs. We use _PTHREAD_USE_D4 instead of PTHREAD_USE_D4 since both have the same effect and the former diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index f4c5692..c7e9f74 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ -"-D__ALPHA -Dvms -DVMS -D__vms__ -D__VMS__ -Asystem(vms)" +"-D__ALPHA -Dvms -DVMS -D__vms__ -D__VMS__ -Asystem=vms" #undef CPP_SUBTARGET_SPEC #define CPP_SUBTARGET_SPEC "\ diff --git a/gcc/config/alpha/vxworks.h b/gcc/config/alpha/vxworks.h index 7ef1fee..2f711ce 100644 --- a/gcc/config/alpha/vxworks.h +++ b/gcc/config/alpha/vxworks.h @@ -28,8 +28,8 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "\ --D__vxworks -D__alpha_vxworks -Asystem(vxworks) \ --Asystem(embedded) -D_LONGLONG" +-D__vxworks -D__alpha_vxworks -Asystem=vxworks \ +-Asystem=embedded -D_LONGLONG" /* VxWorks does all the library stuff itself. */ diff --git a/gcc/config/alpha/win-nt.h b/gcc/config/alpha/win-nt.h index 518580a..6e24d1d 100644 --- a/gcc/config/alpha/win-nt.h +++ b/gcc/config/alpha/win-nt.h @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-DWIN32 -D_WIN32 -DWINNT -D__STDC__=0 -DALMOST_STDC \ --D_M_ALPHA -D_ALPHA_ -D_LONGLONG -D__unaligned= -D__stdcall= -Asystem(winnt)" +-D_M_ALPHA -D_ALPHA_ -D_LONGLONG -D__unaligned= -D__stdcall= -Asystem=winnt" #undef ASM_SPEC #undef ASM_FINAL_SPEC diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index ca2697a..3a15d6d 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ #define TARGET_VERSION fprintf (stderr, " (arc)") /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Acpu(arc) -Amachine(arc) -D__arc__" +#define CPP_PREDEFINES "-Acpu=arc -Amachine=arc -D__arc__" /* Additional flags for the preprocessor. */ #define CPP_SPEC "\ diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 18e6ad9..3078a03 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -122,7 +122,7 @@ Unrecognized value in TARGET_CPU_DEFAULT. #endif #ifndef CPP_PREDEFINES -#define CPP_PREDEFINES "-Acpu(arm) -Amachine(arm)" +#define CPP_PREDEFINES "-Acpu=arm -Amachine=arm" #endif #define CPP_SPEC "\ diff --git a/gcc/config/arm/conix-elf.h b/gcc/config/arm/conix-elf.h index 6008eb5..c1120ea 100644 --- a/gcc/config/arm/conix-elf.h +++ b/gcc/config/arm/conix-elf.h @@ -172,7 +172,7 @@ func_ptr __DTOR_END__[1] = { (func_ptr) 0 }; #endif #define CPP_PREDEFINES \ - "-D__arm__ -D__CONIX__ -Acpu(arm) -Amachine(arm) -D__ELF__" + "-D__arm__ -D__CONIX__ -Acpu=arm -Amachine=arm -D__ELF__" /* Now get the routine arm-elf definitions. */ #include "arm/elf.h" diff --git a/gcc/config/arm/linux-aout.h b/gcc/config/arm/linux-aout.h index fd76805..b3e14bf 100644 --- a/gcc/config/arm/linux-aout.h +++ b/gcc/config/arm/linux-aout.h @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dunix -D__arm__ -Dlinux \ --Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)" +-Asystem=unix -Asystem=posix -Acpu=arm -Amachine=arm" #undef LIB_SPEC #define LIB_SPEC \ diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index ca65431..cd1befe 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -106,7 +106,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dunix -Dlinux -D__ELF__ \ --Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)" +-Asystem=unix -Asystem=posix -Acpu=arm -Amachine=arm" /* Allow #sccs in preprocessor. */ #define SCCS_DIRECTIVE diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h index d368f68..5b64912 100644 --- a/gcc/config/arm/netbsd.h +++ b/gcc/config/arm/netbsd.h @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "\ -Dunix -Driscbsd -Darm32 -D__arm32__ -D__arm__ -D__NetBSD__ \ --Asystem(unix) -Asystem(NetBSD) -Acpu(arm) -Amachine(arm)" +-Asystem=unix -Asystem=NetBSD -Acpu=arm -Amachine=arm" /* Define _POSIX_SOURCE if necessary. */ #undef CPP_SPEC diff --git a/gcc/config/arm/riscix.h b/gcc/config/arm/riscix.h index 8d31b1c..9d5ff7e 100644 --- a/gcc/config/arm/riscix.h +++ b/gcc/config/arm/riscix.h @@ -49,7 +49,7 @@ Boston, MA 02111-1307, USA. */ #ifndef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Darm -Driscix -Dunix -Asystem(unix) -Acpu(arm) -Amachine(arm)" + "-Darm -Driscix -Dunix -Asystem=unix -Acpu=arm -Amachine=arm" #endif diff --git a/gcc/config/arm/riscix1-1.h b/gcc/config/arm/riscix1-1.h index 568df54..49680d2 100644 --- a/gcc/config/arm/riscix1-1.h +++ b/gcc/config/arm/riscix1-1.h @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ "%{pg:/usr/lib/gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}" #ifndef CPP_PREDEFINES -#define CPP_PREDEFINES "-Darm -Driscix -Dunix -Asystem(unix) -Acpu(arm) -Amachine(arm)" +#define CPP_PREDEFINES "-Darm -Driscix -Dunix -Asystem=unix -Acpu=arm -Amachine=arm" #endif /* Riscix 1.1 doesn't have X/OPEN support, so only accept -mbsd (but ignore diff --git a/gcc/config/arm/semiaof.h b/gcc/config/arm/semiaof.h index b16d378..652287c 100644 --- a/gcc/config/arm/semiaof.h +++ b/gcc/config/arm/semiaof.h @@ -21,7 +21,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES \ - "-Darm -Dsemi -Acpu(arm) -Amachine(arm)" + "-Darm -Dsemi -Acpu=arm -Amachine=arm" #define ASM_SPEC "%{g -g} -arch 4 \ -apcs 3%{mapcs-32:/32bit}%{mapcs-26:/26bit}%{!mapcs-26:%{!macps-32:/32bit}}" diff --git a/gcc/config/arm/unknown-elf-oabi.h b/gcc/config/arm/unknown-elf-oabi.h index 22aacf6..372e649 100644 --- a/gcc/config/arm/unknown-elf-oabi.h +++ b/gcc/config/arm/unknown-elf-oabi.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define TARGET_VERSION fputs (" (ARM/ELF non-Linux old abi)", stderr); #endif -#define CPP_PREDEFINES "-Darm_oabi -Darm -Darm_elf -Acpu(arm) -Amachine(arm) -D__ELF__" +#define CPP_PREDEFINES "-Darm_oabi -Darm -Darm_elf -Acpu=arm -Amachine=arm -D__ELF__" #ifndef ASM_SPEC #define ASM_SPEC "-moabi %{mbig-endian:-EB} %{mcpu=*:-m%*} %{march=*:-m%*} \ diff --git a/gcc/config/arm/vxarm.h b/gcc/config/arm/vxarm.h index 1a5aad9..78a1b80 100644 --- a/gcc/config/arm/vxarm.h +++ b/gcc/config/arm/vxarm.h @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ " #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__vxworks -Acpu(arm) -Amachine(arm)" +#define CPP_PREDEFINES "-D__vxworks -Acpu=arm -Amachine=arm" /* VxWorks does all the library stuff itself. */ #undef LIB_SPEC diff --git a/gcc/config/c4x/rtems.h b/gcc/config/c4x/rtems.h index 3977263..97fa417 100644 --- a/gcc/config/c4x/rtems.h +++ b/gcc/config/c4x/rtems.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__rtems__ -Asystem(rtems)" +#define CPP_PREDEFINES "-D__rtems__ -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/clipper/clix.h b/gcc/config/clipper/clix.h index 6f9ed2f..6aedd6e 100644 --- a/gcc/config/clipper/clix.h +++ b/gcc/config/clipper/clix.h @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dclipper -Dunix -Asystem(unix) -Asystem(svr3) -Acpu(clipper) -Amachine(clipper)" +#define CPP_PREDEFINES "-Dclipper -Dunix -Asystem=unix -Asystem=svr3 -Acpu=clipper -Amachine=clipper" #undef STARTFILE_SPEC #define STARTFILE_SPEC \ diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 57fc56e..92e3124 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -98,7 +98,7 @@ extern int target_flags; /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dconvex -Dunix -Asystem(unix) -Acpu(convex) -Amachine(convex)" +#define CPP_PREDEFINES "-Dconvex -Dunix -Asystem=unix -Acpu=convex -Amachine=convex" /* Print subsidiary information on the compiler version in use. */ diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index a093fc6..e6e1eee 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -375,7 +375,7 @@ The result is to define the macros `__mc68000__', `__sun__' and `__unix__' unconditionally, and the macros `mc68000', `sun' and `unix' provided `-ansi' is not specified. */ -#define CPP_PREDEFINES "-D__D30V__ -Amachine(d30v)" +#define CPP_PREDEFINES "-D__D30V__ -Amachine=d30v" /* This declaration should be present. */ extern int target_flags; diff --git a/gcc/config/elxsi/elxsi.h b/gcc/config/elxsi/elxsi.h index 1fc38b8..038912c 100644 --- a/gcc/config/elxsi/elxsi.h +++ b/gcc/config/elxsi/elxsi.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Delxsi -Dunix -Asystem(unix) -Acpu(elxsi) -Amachine(elxsi)" +#define CPP_PREDEFINES "-Delxsi -Dunix -Asystem=unix -Acpu=elxsi -Amachine=elxsi" /* Print subsidiary information on the compiler version in use. */ diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 20d8f55..021b2d7 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -68,7 +68,7 @@ Boston, MA 02111-1307, USA. */ predefined macros that identify this machine and system. These macros will be predefined unless the `-ansi' option is specified. */ -#define CPP_PREDEFINES "-Dfr30 -D__fr30__ -Amachine(fr30)" +#define CPP_PREDEFINES "-Dfr30 -D__fr30__ -Amachine=fr30" /* Use LDI:20 instead of LDI:32 to load addresses. */ #define TARGET_SMALL_MODEL_MASK (1 << 0) diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 8b5d64d..d8db8e5 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -47,9 +47,9 @@ extern const char * const *h8_reg_names; %{!mh:%{!ms:-D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int}} \ %{mh:-D__SIZE_TYPE__=unsigned\\ long -D__PTRDIFF_TYPE__=long} \ %{ms:-D__SIZE_TYPE__=unsigned\\ long -D__PTRDIFF_TYPE__=long} \ - %{!mh:%{!ms:-Acpu(h8300) -Amachine(h8300)}} \ - %{mh:-Acpu(h8300h) -Amachine(h8300h)} \ - %{ms:-Acpu(h8300s) -Amachine(h8300s)} \ + %{!mh:%{!ms:-Acpu=h8300 -Amachine=h8300}} \ + %{mh:-Acpu=h8300h -Amachine=h8300h} \ + %{ms:-Acpu=h8300s -Amachine=h8300s} \ %{!mint32:-D__INT_MAX__=32767} %{mint32:-D__INT_MAX__=2147483647}" #define LINK_SPEC "%{mh:-m h8300h} %{ms:-m h8300s}" diff --git a/gcc/config/i370/linux.h b/gcc/config/i370/linux.h index 5715909..6c69c81 100644 --- a/gcc/config/i370/linux.h +++ b/gcc/config/i370/linux.h @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DGCC -Dgcc -D__ELF__ -Dunix -Dlinux -Asystem(posix) -Acpu(i370) -Amachine(i370)" +#define CPP_PREDEFINES "-DGCC -Dgcc -D__ELF__ -Dunix -Dlinux -Asystem=posix -Acpu=i370 -Amachine=i370" /* Options for this target machine. */ @@ -97,7 +97,7 @@ Boston, MA 02111-1307, USA. */ #ifndef CPP_OS_LINUX_SPEC #define CPP_OS_LINUX_SPEC "-D__unix__ -D__linux__ \ %{!ansi: -Dunix -Dlinux } \ --Asystem(unix) -Asystem(linux)" +-Asystem=unix -Asystem=linux" #endif #ifndef CPP_OS_LINUX_SPEC diff --git a/gcc/config/i370/mvs.h b/gcc/config/i370/mvs.h index 191be38..7470774 100644 --- a/gcc/config/i370/mvs.h +++ b/gcc/config/i370/mvs.h @@ -35,9 +35,9 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #if defined(LE370) -#define CPP_PREDEFINES "-DGCC -Dgcc -DMVS -Dmvs -DLE370 -Asystem(mvs) -Acpu(i370) -Amachine(i370)" +#define CPP_PREDEFINES "-DGCC -Dgcc -DMVS -Dmvs -DLE370 -Asystem=mvs -Acpu=i370 -Amachine=i370" #else -#define CPP_PREDEFINES "-DGCC -Dgcc -DMVS -Dmvs -Asystem(mvs) -Acpu(i370) -Amachine(i370)" +#define CPP_PREDEFINES "-DGCC -Dgcc -DMVS -Dmvs -Asystem=mvs -Acpu=i370 -Amachine=i370" #endif /* Include system common definitions */ diff --git a/gcc/config/i370/oe.h b/gcc/config/i370/oe.h index 634252e..3ac9dfb 100644 --- a/gcc/config/i370/oe.h +++ b/gcc/config/i370/oe.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-DGCC -Dgcc -DUNIX -Dunix -Dopenedition -D__i370__ -Asystem(openedition) -Asystem(unix) -Acpu(i370) -Amachine(i370)" +#define CPP_PREDEFINES "-DGCC -Dgcc -DUNIX -Dunix -Dopenedition -D__i370__ -Asystem=openedition -Asystem=unix -Acpu=i370 -Amachine=i370" /* Include system common definitions */ diff --git a/gcc/config/i386/386bsd.h b/gcc/config/i386/386bsd.h index 111a8923..f38f730 100644 --- a/gcc/config/i386/386bsd.h +++ b/gcc/config/i386/386bsd.h @@ -9,7 +9,7 @@ #include "i386/perform.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -D____386BSD____ -D__386BSD__ -DBSD_NET2 -Asystem(unix) -Asystem(bsd)" +#define CPP_PREDEFINES "-Dunix -D____386BSD____ -D__386BSD__ -DBSD_NET2 -Asystem=unix -Asystem=bsd" /* Like the default, except no -lg. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" diff --git a/gcc/config/i386/aix386ng.h b/gcc/config/i386/aix386ng.h index 521dd94..02f9502 100644 --- a/gcc/config/i386/aix386ng.h +++ b/gcc/config/i386/aix386ng.h @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ -#define CPP_PREDEFINES "-Dps2 -Dunix -Asystem(aix)" +#define CPP_PREDEFINES "-Dps2 -Dunix -Asystem=aix" #define CPP_SPEC "%(cpp_cpu) \ %{posix:-D_POSIX_SOURCE}%{!posix:-DAIX} -D_I386 -D_AIX -D_MBCS" diff --git a/gcc/config/i386/beos-elf.h b/gcc/config/i386/beos-elf.h index a3588f0..0ac148b 100644 --- a/gcc/config/i386/beos-elf.h +++ b/gcc/config/i386/beos-elf.h @@ -90,7 +90,7 @@ Boston, MA 02111-1307, USA. */ -D__stdcall=__attribute__((__stdcall__)) \ -D__cdecl=__attribute__((__cdecl__)) \ -D__declspec(x)=__attribute__((x)) \ --Asystem(beos)" +-Asystem=beos" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %{!no-fPIC:%{!no-fpic:-D__PIC__ -D__pic__}}" diff --git a/gcc/config/i386/bsd386.h b/gcc/config/i386/bsd386.h index 0cae90e..caef05c 100644 --- a/gcc/config/i386/bsd386.h +++ b/gcc/config/i386/bsd386.h @@ -7,7 +7,7 @@ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -Dbsdi -D____386BSD____ -D__386BSD__\ - -DBSD_NET2 -Asystem(unix) -Asystem(bsd)" + -DBSD_NET2 -Asystem=unix -Asystem=bsd" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gcc/config/i386/crtdll.h b/gcc/config/i386/crtdll.h index e8999dd..ff2b81f 100644 --- a/gcc/config/i386/crtdll.h +++ b/gcc/config/i386/crtdll.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D_WIN32 -DWIN32 \ -D__MINGW32__=0.2 -DWINNT -D_X86_=1 \ - -Asystem(winnt)" + -Asystem=winnt" #undef LIBGCC_SPEC #define LIBGCC_SPEC \ diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index d6398af..e1b7211 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -71,7 +71,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D_WIN32 \ -DWINNT -D_X86_=1 \ - -Asystem(winnt)" + -Asystem=winnt" /* Normally, -lgcc is not needed since everything in it is in the DLL, but we want to allow things to be added to it when installing new versions of diff --git a/gcc/config/i386/dgux.h b/gcc/config/i386/dgux.h index 752ae3c..04a2900 100644 --- a/gcc/config/i386/dgux.h +++ b/gcc/config/i386/dgux.h @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "i386/sysv4.h" #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision: 1.11 $" +#define VERSION_INFO2 "$Revision: 1.12 $" #endif #ifndef VERSION_STRING @@ -151,7 +151,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__ix86 -Dunix -DDGUX -D__CLASSIFY_TYPE__=2\ - -Asystem(unix) -Asystem(svr4)" + -Asystem=unix -Asystem=svr4" /* If not -ansi, -traditional, or restricting include files to one diff --git a/gcc/config/i386/djgpp-rtems.h b/gcc/config/i386/djgpp-rtems.h index a4bd03d..b8f4908 100644 --- a/gcc/config/i386/djgpp-rtems.h +++ b/gcc/config/i386/djgpp-rtems.h @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #endif #define CPP_PREDEFINES "-Dunix -DGO32 -DDJGPP=2 -DMSDOS \ - -Asystem(unix) -Asystem(msdos) -Asystem(rtems)" + -Asystem=unix -Asystem=msdos -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h index 7b05e66..77606c2 100644 --- a/gcc/config/i386/djgpp.h +++ b/gcc/config/i386/djgpp.h @@ -88,7 +88,7 @@ Boston, MA 02111-1307, USA. */ (((NAME)[0] >= 'A') && ((NAME)[0] <= 'z') && ((NAME)[1] == ':'))) #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DGO32 -DDJGPP=2 -D__MSDOS__ -Asystem(msdos)" +#define CPP_PREDEFINES "-DGO32 -DDJGPP=2 -D__MSDOS__ -Asystem=msdos" /* Include <sys/version.h> so __DJGPP__ and __DJGPP_MINOR__ are defined. */ #undef CPP_SPEC diff --git a/gcc/config/i386/freebsd-aout.h b/gcc/config/i386/freebsd-aout.h index 55b49cf..ef63b1c 100644 --- a/gcc/config/i386/freebsd-aout.h +++ b/gcc/config/i386/freebsd-aout.h @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -D__FreeBSD__\ - -Asystem(unix) -Asystem(bsd) -Asystem(FreeBSD)" + -Asystem=unix -Asystem=bsd -Asystem=FreeBSD" /* Like the default, except no -lg. */ #define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}" diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index 9cd5437..ebd337a 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -79,7 +79,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__\ - -Asystem(unix) -Asystem(bsd) -Asystem(FreeBSD)" + -Asystem=unix -Asystem=bsd -Asystem=FreeBSD" /* Provide a STARTFILE_SPEC appropriate for FreeBSD. Here we add the magical crtbegin.o file (see crtstuff.c) which provides part diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index 11bca8c..0acc4f3 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -10,8 +10,8 @@ #define TARGET_VERSION fprintf (stderr, " (i386 GNU)"); #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -DMACH -Asystem(mach) \ - -Dunix -Asystem(unix) -Asystem(posix) -D__GNU__ -Asystem(gnu)" +#define CPP_PREDEFINES "-D__ELF__ -DMACH -Asystem=mach \ + -Dunix -Asystem=unix -Asystem=posix -D__GNU__ -Asystem=gnu" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ diff --git a/gcc/config/i386/i386-interix.h b/gcc/config/i386/i386-interix.h index 667183c..f5e9ea5 100644 --- a/gcc/config/i386/i386-interix.h +++ b/gcc/config/i386/i386-interix.h @@ -65,7 +65,7 @@ Boston, MA 02111-1307, USA. */ -D_M_IX86=300 -D_X86_=1 \ -D__stdcall=__attribute__((__stdcall__)) \ -D__cdecl=__attribute__((__cdecl__)) \ - -Asystem(unix) -Asystem(interix)" + -Asystem=unix -Asystem=interix" #undef CPP_SPEC /* Write out the correct language type definition for the header files. diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 7bc5f58..a43578b 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -400,7 +400,7 @@ extern int ix86_arch; #ifndef CPP_CPU_SPEC #define CPP_CPU_SPEC "\ --Acpu(i386) -Amachine(i386) \ +-Acpu=i386 -Amachine=i386 \ %{!ansi:-Di386} -D__i386 -D__i386__ \ %{march=i386:%{!mcpu*:-D__tune_i386__ }}\ %{march=i486:-D__i486 -D__i486__ %{!mcpu*:-D__tune_i486__ }}\ diff --git a/gcc/config/i386/linux-aout.h b/gcc/config/i386/linux-aout.h index de81d87..b219808 100644 --- a/gcc/config/i386/linux-aout.h +++ b/gcc/config/i386/linux-aout.h @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dlinux -Asystem(posix)" +#define CPP_PREDEFINES "-Dunix -Dlinux -Asystem=posix" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" diff --git a/gcc/config/i386/linux-oldld.h b/gcc/config/i386/linux-oldld.h index 4e3085b..8a83737 100644 --- a/gcc/config/i386/linux-oldld.h +++ b/gcc/config/i386/linux-oldld.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dlinux -Asystem(posix)" +#define CPP_PREDEFINES "-Dunix -Dlinux -Asystem=posix" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 597bb51..5f8e0f3 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -93,7 +93,7 @@ Boston, MA 02111-1307, USA. */ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -Dunix -Dlinux -Asystem(posix)" +#define CPP_PREDEFINES "-D__ELF__ -Dunix -Dlinux -Asystem=posix" #undef CPP_SPEC #ifdef USE_GNULIBC_1 diff --git a/gcc/config/i386/lynx-ng.h b/gcc/config/i386/lynx-ng.h index 3736ea5..49150a3 100644 --- a/gcc/config/i386/lynx-ng.h +++ b/gcc/config/i386/lynx-ng.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -DI386 -DLynx -DIBITS32 \ - -Asystem(unix) -Asystem(lynx)" + -Asystem=unix -Asystem=lynx" /* Provide required defaults for linker switches. */ diff --git a/gcc/config/i386/lynx.h b/gcc/config/i386/lynx.h index ca6f044..c2f4e41 100644 --- a/gcc/config/i386/lynx.h +++ b/gcc/config/i386/lynx.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include <lynx.h> #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DI386 -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx)" +#define CPP_PREDEFINES "-DI386 -DLynx -DIBITS32 -Asystem=unix -Asystem=lynx" /* The prefix to add to user-visible assembler symbols. */ diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h index f0ede49..2ec9f29 100644 --- a/gcc/config/i386/mach.h +++ b/gcc/config/i386/mach.h @@ -10,7 +10,7 @@ #include "i386/perform.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -DMACH -Asystem(unix) -Asystem(mach)" +#define CPP_PREDEFINES "-Dunix -DMACH -Asystem=unix -Asystem=mach" /* Specify extra dir to search for include files. */ #define SYSTEM_INCLUDE_DIR "/usr/mach/include" diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index af0844c..f8268e2 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D_WIN32 -DWIN32 \ -D__MINGW32__=0.2 -D__MSVCRT__ -DWINNT -D_X86_=1 \ - -Asystem(winnt)" + -Asystem=winnt" /* Specific a different directory for the standard include files. */ #undef STANDARD_INCLUDE_DIR diff --git a/gcc/config/i386/moss.h b/gcc/config/i386/moss.h index 215172d..b8fda5c 100644 --- a/gcc/config/i386/moss.h +++ b/gcc/config/i386/moss.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #include "i386/linux.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -Dmoss -Asystem(posix)" +#define CPP_PREDEFINES "-D__ELF__ -Dmoss -Asystem=posix" #undef STARTFILE_SPEC #define STARTFILE_SPEC "crt0.o%s" diff --git a/gcc/config/i386/netbsd.h b/gcc/config/i386/netbsd.h index 870870d..51f6561 100644 --- a/gcc/config/i386/netbsd.h +++ b/gcc/config/i386/netbsd.h @@ -16,7 +16,7 @@ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dunix -D__NetBSD__ \ - -Asystem(unix) -Asystem(bsd) -Asystem(NetBSD)" + -Asystem=unix -Asystem=bsd -Asystem=NetBSD" #undef SIZE_TYPE #define SIZE_TYPE "unsigned int" diff --git a/gcc/config/i386/netware.h b/gcc/config/i386/netware.h index c8cc648..51c0e09 100644 --- a/gcc/config/i386/netware.h +++ b/gcc/config/i386/netware.h @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* These surely require augmentation */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-DAPX386 -D__i386__ -D__netware__ -Asystem(netware) -Acpu(i386) -Amachine(i386)" + "-DAPX386 -D__i386__ -D__netware__ -Asystem=netware -Acpu=i386 -Amachine=i386" #undef WCHAR_TYPE #define WCHAR_TYPE "short unsigned int" diff --git a/gcc/config/i386/next.h b/gcc/config/i386/next.h index 566cba6..a374291 100644 --- a/gcc/config/i386/next.h +++ b/gcc/config/i386/next.h @@ -134,7 +134,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-DNeXT -Dunix -D__MACH__ -D__LITTLE_ENDIAN__ \ - -D__ARCHITECTURE__=\"i386\" -Asystem(unix) -Asystem(mach)" + -D__ARCHITECTURE__=\"i386\" -Asystem=unix -Asystem=mach" /* This accounts for the return pc and saved fp on the i386. */ diff --git a/gcc/config/i386/openbsd.h b/gcc/config/i386/openbsd.h index 7d1d129..c8d0a65 100644 --- a/gcc/config/i386/openbsd.h +++ b/gcc/config/i386/openbsd.h @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ /* Run-time target specifications */ #define CPP_PREDEFINES "-D__unix__ -D__OpenBSD__ \ - -Asystem(unix) -Asystem(bsd) -Asystem(OpenBSD)" + -Asystem=unix -Asystem=bsd -Asystem=OpenBSD" /* Layout of source language data types. */ diff --git a/gcc/config/i386/osf1elf.h b/gcc/config/i386/osf1elf.h index 9e34249..8282953 100644 --- a/gcc/config/i386/osf1elf.h +++ b/gcc/config/i386/osf1elf.h @@ -40,7 +40,7 @@ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-D__NO_UNDERSCORES__ -D__ELF__ -DOSF -DOSF1 -Dunix \ - -Asystem(unix) -Asystem(xpg4) -Asystem(osf1)" + -Asystem=unix -Asystem=xpg4 -Asystem=osf1" /* current OSF/1 doesn't provide separate crti.o and gcrti.o (and also, crtn.o and gcrtn.o) for profile. */ diff --git a/gcc/config/i386/osfelf.h b/gcc/config/i386/osfelf.h index cd7f7f9..9b0e633 100644 --- a/gcc/config/i386/osfelf.h +++ b/gcc/config/i386/osfelf.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "config/i386/osfrose.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Asystem(xpg4)" +#define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Asystem=xpg4" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h index bf119aa..1746788 100644 --- a/gcc/config/i386/osfrose.h +++ b/gcc/config/i386/osfrose.h @@ -96,7 +96,7 @@ Boston, MA 02111-1307, USA. */ /* Change default predefines. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Asystem(xpg4)" +#define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Asystem=xpg4" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ diff --git a/gcc/config/i386/ptx4-i.h b/gcc/config/i386/ptx4-i.h index c7bf8f8..0d4b33e 100644 --- a/gcc/config/i386/ptx4-i.h +++ b/gcc/config/i386/ptx4-i.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ /* This used to define X86, but james@bigtex.cactus.org says that is supposed to be defined optionally by user programs--not by default. */ #define CPP_PREDEFINES \ - "-Dunix -D_SEQUENT_ -Asystem(unix) -Asystem(ptx4)" + "-Dunix -D_SEQUENT_ -Asystem=unix -Asystem=ptx4" /* This is how to output assembly code to define a `float' constant. We always have to use a .long pseudo-op to do this because the native diff --git a/gcc/config/i386/rtems.h b/gcc/config/i386/rtems.h index 7ed279d..9101332 100644 --- a/gcc/config/i386/rtems.h +++ b/gcc/config/i386/rtems.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Drtems -D__rtems__ -Asystem(rtems)" +#define CPP_PREDEFINES "-Drtems -D__rtems__ -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/i386/rtemself.h b/gcc/config/i386/rtemself.h index fdf3dbd..7844007 100644 --- a/gcc/config/i386/rtemself.h +++ b/gcc/config/i386/rtemself.h @@ -84,7 +84,7 @@ Boston, MA 02111-1307, USA. */ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Drtems -D__rtems__ -Asystem(rtems)" +#define CPP_PREDEFINES "-Drtems -D__rtems__ -Asystem=rtems" /* Get perform_* macros to build libgcc.a. */ #include "i386/perform.h" diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index c085480..53053a2 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP -Asystem(svr3)" +#define CPP_PREDEFINES "-DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP -Asystem=svr3" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %{scointl:-DM_INTERNAT}" diff --git a/gcc/config/i386/sco4.h b/gcc/config/i386/sco4.h index 5d1ea47..da468af 100644 --- a/gcc/config/i386/sco4.h +++ b/gcc/config/i386/sco4.h @@ -63,7 +63,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Asystem(svr3)" + "-Asystem=svr3" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ diff --git a/gcc/config/i386/sco4dbx.h b/gcc/config/i386/sco4dbx.h index 3d075b6..682cc8d 100644 --- a/gcc/config/i386/sco4dbx.h +++ b/gcc/config/i386/sco4dbx.h @@ -61,7 +61,7 @@ Boston, MA 02111-1307, USA. */ Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Asystem(svr3)" +#define CPP_PREDEFINES "-Dunix -Asystem=svr3" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index 80d28fa..54a0235 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -819,7 +819,7 @@ dtors_section () \ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Asystem(svr3)" + "-Asystem=svr3" /* You are in a maze of GCC specs ... all alike */ diff --git a/gcc/config/i386/scodbx.h b/gcc/config/i386/scodbx.h index bcbb48a..3804950 100644 --- a/gcc/config/i386/scodbx.h +++ b/gcc/config/i386/scodbx.h @@ -50,7 +50,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP -Asystem(svr3)" +#define CPP_PREDEFINES "-Dunix -DM_UNIX -DM_I386 -DM_COFF -DM_WORDSWAP -Asystem=svr3" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %{scointl:-DM_INTERNAT}" diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h index 8708756..09254b0 100644 --- a/gcc/config/i386/sequent.h +++ b/gcc/config/i386/sequent.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ -#define CPP_PREDEFINES "-Dunix -Dsequent -Asystem(unix)" +#define CPP_PREDEFINES "-Dunix -Dsequent -Asystem=unix" /* Pass -Z and -ZO options to the linker. */ diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index 9ed50f7..bd61ee9 100644 --- a/gcc/config/i386/sol2.h +++ b/gcc/config/i386/sol2.h @@ -64,7 +64,7 @@ Boston, MA 02111-1307, USA. */ /* Add "sun" to the list of symbols defined for SVR4. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Dunix -D__svr4__ -D__SVR4 -Dsun -Asystem(svr4)" + "-Dunix -D__svr4__ -D__SVR4 -Dsun -Asystem=svr4" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ diff --git a/gcc/config/i386/sun.h b/gcc/config/i386/sun.h index 0cc2ae1..de40abb 100644 --- a/gcc/config/i386/sun.h +++ b/gcc/config/i386/sun.h @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ -#define CPP_PREDEFINES "-Dunix -Dsun386 -Dsun -Asystem(unix) -Asystem(bsd)" +#define CPP_PREDEFINES "-Dunix -Dsun386 -Dsun -Asystem=unix -Asystem=bsd" /* Allow #sccs in preprocessor. */ diff --git a/gcc/config/i386/sysv3.h b/gcc/config/i386/sysv3.h index abac892..ffcf3bf 100644 --- a/gcc/config/i386/sysv3.h +++ b/gcc/config/i386/sysv3.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ -#define CPP_PREDEFINES "-Dunix -Asystem(svr3)" +#define CPP_PREDEFINES "-Dunix -Asystem=svr3" #define CPP_SPEC "%(cpp_cpu) %{posix:-D_POSIX_SOURCE}" diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index 2c0d018..eb6c32c 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ /* This used to define X86, but james@bigtex.cactus.org says that is supposed to be defined optionally by user programs--not by default. */ #define CPP_PREDEFINES \ - "-Dunix -D__svr4__ -Asystem(unix) -Asystem(svr4)" + "-Dunix -D__svr4__ -Asystem=unix -Asystem=svr4" /* This is how to output assembly code to define a `float' constant. We always have to use a .long pseudo-op to do this because the native diff --git a/gcc/config/i386/uwin.h b/gcc/config/i386/uwin.h index efa4bb8..ca973ef 100644 --- a/gcc/config/i386/uwin.h +++ b/gcc/config/i386/uwin.h @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ _D_stdcall=__attribute__((__stdcall__)) \ -D__cdecl=__attribute__((__cdecl__)) \ -D__declspec(x)=__attribute__((x)) \ - -Asystem(winnt)" + -Asystem=winnt" #undef CPP_SPEC #define CPP_SPEC "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} \ diff --git a/gcc/config/i386/vsta.h b/gcc/config/i386/vsta.h index 401c262..6a41b4e1 100644 --- a/gcc/config/i386/vsta.h +++ b/gcc/config/i386/vsta.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ #ifdef CPP_PREDEFINES #undef CPP_PREDEFINES #endif -#define CPP_PREDEFINES "-Dunix -DVSTA -Asystem(unix) -Asystem(vsta)" +#define CPP_PREDEFINES "-Dunix -DVSTA -Asystem=unix -Asystem=vsta" #undef EXTRA_SECTIONS #define EXTRA_SECTIONS in_ctor, in_dtor diff --git a/gcc/config/i386/vxi386.h b/gcc/config/i386/vxi386.h index 2df3b7f..310766c 100644 --- a/gcc/config/i386/vxi386.h +++ b/gcc/config/i386/vxi386.h @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_CPU_SPEC #define CPP_CPU_SPEC "\ --Asystem(unix) -Acpu(i386) -Amachine(i386) \ +-Asystem=unix -Acpu=i386 -Amachine=i386 \ %{!ansi:-Di386} -D__i386 -D__i386__ \ %{march=i386:-DCPU=I80386} \ %{march=i486:-DCPU=I80486 %(cpp_486)} \ diff --git a/gcc/config/i386/win-nt.h b/gcc/config/i386/win-nt.h index 56eaeb6..ce1e5bf 100644 --- a/gcc/config/i386/win-nt.h +++ b/gcc/config/i386/win-nt.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ -D__stdcall=__attribute__((__stdcall__)) \ -D__cdecl=__attribute__((__cdecl__)) \ -D_cdecl=__attribute__((__cdecl__)) \ - -Asystem(unix) -Asystem(winnt)" + -Asystem=unix -Asystem=winnt" #define SIZE_TYPE "unsigned int" #define PTRDIFF_TYPE "int" diff --git a/gcc/config/i386/win32.h b/gcc/config/i386/win32.h index bc7619f..519a138 100644 --- a/gcc/config/i386/win32.h +++ b/gcc/config/i386/win32.h @@ -66,7 +66,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-D_WIN32 -DWINNT -D_X86_=1 \ -D__stdcall=__attribute__((__stdcall__)) \ -D__cdecl=__attribute__((__cdecl__)) \ - -Asystem(winnt)" + -Asystem=winnt" #undef STARTFILE_SPEC diff --git a/gcc/config/i860/fx2800.h b/gcc/config/i860/fx2800.h index dd6098d..464f376 100644 --- a/gcc/config/i860/fx2800.h +++ b/gcc/config/i860/fx2800.h @@ -264,7 +264,7 @@ Boston, MA 02111-1307, USA. */ the i860 running Concentrix 2.x. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Di860 -Dunix -DBSD4_3 -Dalliant -Asystem(unix) -Asystem(bsd) -Acpu(i860) -Amachine(i860)" +#define CPP_PREDEFINES "-Di860 -Dunix -DBSD4_3 -Dalliant -Asystem=unix -Asystem=bsd -Acpu=i860 -Amachine=i860" #undef I860_REG_PREFIX #undef ASM_COMMENT_START diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index 72285ad..07257b5 100644 --- a/gcc/config/i860/i860.h +++ b/gcc/config/i860/i860.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Di860 -Dunix -Asystem(unix) -Asystem(svr4) -Acpu(i860) -Amachine(i860)" +#define CPP_PREDEFINES "-Di860 -Dunix -Asystem=unix -Asystem=svr4 -Acpu=i860 -Amachine=i860" /* Print subsidiary information on the compiler version in use. */ #define TARGET_VERSION fprintf (stderr, " (i860)"); diff --git a/gcc/config/i860/mach.h b/gcc/config/i860/mach.h index a59cc58..e1f0e89 100644 --- a/gcc/config/i860/mach.h +++ b/gcc/config/i860/mach.h @@ -4,7 +4,7 @@ #define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)"); #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Di860 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i860) -Amachine(i860)" +#define CPP_PREDEFINES "-Dunix -Di860 -DMACH -Asystem=unix -Asystem=mach -Acpu=i860 -Amachine=i860" /* Specify extra dir to search for include files. */ #define SYSTEM_INCLUDE_DIR "/usr/mach/include" diff --git a/gcc/config/i860/sysv3.h b/gcc/config/i860/sysv3.h index c07db21..e4255d4 100644 --- a/gcc/config/i860/sysv3.h +++ b/gcc/config/i860/sysv3.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* Provide a set of pre-definitions and pre-assertions appropriate for the i860 running svr3. */ -#define CPP_PREDEFINES "-Di860 -Dunix -D__svr3__ -Asystem(unix) -Asystem(svr3) -Acpu(i860) -Amachine(i860)" +#define CPP_PREDEFINES "-Di860 -Dunix -D__svr3__ -Asystem=unix -Asystem=svr3 -Acpu=i860 -Amachine=i860" /* Use crt1.o as a startup file and crtn.o as a closing file. */ diff --git a/gcc/config/i860/sysv4.h b/gcc/config/i860/sysv4.h index cd15db1..5e40e34 100644 --- a/gcc/config/i860/sysv4.h +++ b/gcc/config/i860/sysv4.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ __svr4__ is our extension. */ #define CPP_PREDEFINES \ - "-Di860 -Dunix -DSVR4 -D__svr4__ -Asystem(unix) -Asystem(svr4) -Acpu(i860) -Amachine(i860)" + "-Di860 -Dunix -DSVR4 -D__svr4__ -Asystem=unix -Asystem=svr4 -Acpu=i860 -Amachine=i860" /* For the benefit of i860_va_arg, flag it this way too. */ diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index dfafa48..510793b 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #define MULTILIB_DEFAULTS { "mnumerics" } /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Acpu(i960) -Amachine(i960)" +#define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Acpu=i960 -Amachine=i960" /* Name to predefine in the preprocessor for processor variations. */ #define CPP_SPEC "%{mic*:-D__i960\ diff --git a/gcc/config/i960/rtems.h b/gcc/config/i960/rtems.h index 7a7479a..7486a8b 100644 --- a/gcc/config/i960/rtems.h +++ b/gcc/config/i960/rtems.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Drtems -D__rtems__ \ - -Asystem(rtems) -Acpu(i960) -Amachine(i960)" + -Asystem=rtems -Acpu=i960 -Amachine=i960" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/i960/vx960-coff.h b/gcc/config/i960/vx960-coff.h index 91879dd..157ee26 100644 --- a/gcc/config/i960/vx960-coff.h +++ b/gcc/config/i960/vx960-coff.h @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */ /* Predefine vxworks. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Dvxworks -Acpu(i960) -Amachine(i960)" +#define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Dvxworks -Acpu=i960 -Amachine=i960" /* The VxWorks header files expect the compiler to define CPU to a magic number. Note that we define CPU here even if the user diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index a3aca05..7ddb802 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */ predefined macros that identify this machine and system. These macros will be predefined unless the `-ansi' option is specified. */ /* ??? This is undefed in svr4.h. */ -#define CPP_PREDEFINES "-Dia64 -Amachine(ia64)" +#define CPP_PREDEFINES "-Dia64 -Amachine=ia64" /* This declaration should be present. */ extern int target_flags; diff --git a/gcc/config/ia64/linux.h b/gcc/config/ia64/linux.h index 993a4ec..35934e9 100644 --- a/gcc/config/ia64/linux.h +++ b/gcc/config/ia64/linux.h @@ -6,7 +6,7 @@ /* ??? Maybe this should be in sysv4.h? */ #define CPP_PREDEFINES "\ -D__ia64 -D__ia64__ -D__linux -D__linux__ -D_LONGLONG -Dlinux -Dunix \ --D__LP64__ -D__ELF__ -Asystem(linux) -Acpu(ia64) -Amachine(ia64)" +-D__LP64__ -D__ELF__ -Asystem=linux -Acpu=ia64 -Amachine=ia64" /* ??? ia64 gas doesn't accept standard svr4 assembler options? */ #undef ASM_SPEC diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 4f301a0..7ab89ae 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ /* __M32R__ is defined by the existing compiler so we use that. */ -#define CPP_PREDEFINES "-Acpu(m32r) -Amachine(m32r) -D__M32R__" +#define CPP_PREDEFINES "-Acpu=m32r -Amachine=m32r -D__M32R__" /* This macro defines names of additional specifications to put in the specs that can be used in various specifications like CC1_SPEC. Its definition diff --git a/gcc/config/m68k/3b1.h b/gcc/config/m68k/3b1.h index 7ba595e..739a28b 100644 --- a/gcc/config/m68k/3b1.h +++ b/gcc/config/m68k/3b1.h @@ -78,7 +78,7 @@ output_file_directive ((FILE), main_input_filename) /* ihnp4!lmayk!lgm@eddie.mit.edu says mc68000 and m68k should not be here. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmc68k -Dunix -Dunixpc -D__motorola__ -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68k -Dunix -Dunixpc -D__motorola__ -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" #undef REGISTER_NAMES #define REGISTER_NAMES \ diff --git a/gcc/config/m68k/3b1g.h b/gcc/config/m68k/3b1g.h index 2b1d23c..063d53a 100644 --- a/gcc/config/m68k/3b1g.h +++ b/gcc/config/m68k/3b1g.h @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ "%{m68020:-mc68020}%{mc68020:-mc68020}%{!mc68020:%{!m68020:-mc68010}}" /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dunixpc -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dunixpc -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" /* This is (not really) BSD, so (but) it wants DBX format. */ #define DBX_DEBUGGING_INFO diff --git a/gcc/config/m68k/a-ux.h b/gcc/config/m68k/a-ux.h index cd3783c..125ed81 100644 --- a/gcc/config/m68k/a-ux.h +++ b/gcc/config/m68k/a-ux.h @@ -27,14 +27,14 @@ Boston, MA 02111-1307, USA. */ #define TARGET_DEFAULT (MASK_BITFIELD|MASK_68881|MASK_68020) /* 68020, 68881 */ #define CPP_PREDEFINES "-Dunix -Dm68k -DAUX -DmacII \ --Asystem(unix) -Asystem(AUX) -Acpu(m68k) -Amachine(m68k) -Amachine(macII)" +-Asystem=unix -Asystem=AUX -Acpu=m68k -Amachine=m68k -Amachine=macII" #define CPP_SPEC \ "%{!msoft-float:%{!ansi:-Dmc68881 }-D__HAVE_68881__ }\ --Acpu(mc68000) -D__mc68000__ %{!ansi:-Dmc68000 }\ -%{!mc68000:%{!m68000:-Acpu(mc68020) -D__mc68020__ %{!ansi:-Dmc68020 }}}\ -%{m68030:-Acpu(mc68030) -D__mc68030__ %{!ansi:-Dmc68030 }}\ -%{m68040:-Acpu(mc68040) -D__mc68040__ %{!ansi:-Dmc68040 }}\ +-Acpu=mc68000 -D__mc68000__ %{!ansi:-Dmc68000 }\ +%{!mc68000:%{!m68000:-Acpu=mc68020 -D__mc68020__ %{!ansi:-Dmc68020 }}}\ +%{m68030:-Acpu=mc68030 -D__mc68030__ %{!ansi:-Dmc68030 }}\ +%{m68040:-Acpu=mc68040 -D__mc68040__ %{!ansi:-Dmc68040 }}\ %{!ansi:%{!traditional:-D__STDC__=2 }}\ %{sbsd:-D_BSD_SOURCE -DBSD }%{ZB:-D_BSD_SOURCE -DBSD }\ %{ssysv:-D_SYSV_SOURCE -DSYSV -DUSG }%{ZS:-D_SYSV_SOURCE -DSYSV -DUSG }\ diff --git a/gcc/config/m68k/altos3068.h b/gcc/config/m68k/altos3068.h index d68efb4..031509d 100644 --- a/gcc/config/m68k/altos3068.h +++ b/gcc/config/m68k/altos3068.h @@ -61,7 +61,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -DPORTAR -Dmc68k32 -Uvax -Dm68k -Dunix -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -DPORTAR -Dmc68k32 -Uvax -Dm68k -Dunix -Asystem=unix -Acpu=m68k -Amachine=m68k" /* Every structure or union's size must be a multiple of 2 bytes. */ diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index 7707be1..a091f3b 100644 --- a/gcc/config/m68k/amix.h +++ b/gcc/config/m68k/amix.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dm68k -Dunix -DAMIX -D__svr4__ -D__motorola__ \ - -Amachine(m68k) -Acpu(m68k) -Asystem(unix) -Alint(off)" + -Amachine=m68k -Acpu=m68k -Asystem=unix -Alint=off" /* At end of a switch table, define LDnnn iff the symbol LInnn was defined. Some SGS assemblers have a bug such that "Lnnn-LInnn-2.b(pc,d0.l*2)" diff --git a/gcc/config/m68k/apollo68.h b/gcc/config/m68k/apollo68.h index 1f75fb3..a4b4c85 100644 --- a/gcc/config/m68k/apollo68.h +++ b/gcc/config/m68k/apollo68.h @@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */ /* These are the ones defined by Apollo, plus mc68000 for uniformity with GCC on other 68000 systems. */ -#define CPP_PREDEFINES "-Dapollo -Daegis -Dunix -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dapollo -Daegis -Dunix -Asystem=unix -Acpu=m68k -Amachine=m68k" /* cpp has to support a #sccs directive for the /usr/include files */ diff --git a/gcc/config/m68k/crds.h b/gcc/config/m68k/crds.h index 7f2e038..1fcc729 100644 --- a/gcc/config/m68k/crds.h +++ b/gcc/config/m68k/crds.h @@ -102,7 +102,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmc68k -DM68000 -Dmc68000 -Dunos -Dunix -D__motorola__ -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68k -DM68000 -Dmc68000 -Dunos -Dunix -D__motorola__ -Asystem=unix -Acpu=m68k -Amachine=m68k" /* Register in which address to store a structure value is passed to a function. */ diff --git a/gcc/config/m68k/ctix.h b/gcc/config/m68k/ctix.h index 9c213fc..2309bae 100644 --- a/gcc/config/m68k/ctix.h +++ b/gcc/config/m68k/ctix.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dctix -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dctix -Asystem=unix -Acpu=m68k -Amachine=m68k" /* Where to look for robotussinized startfiles. */ #undef STANDARD_STARTFILE_PREFIX diff --git a/gcc/config/m68k/dpx2.h b/gcc/config/m68k/dpx2.h index a98c444..0b45c82 100644 --- a/gcc/config/m68k/dpx2.h +++ b/gcc/config/m68k/dpx2.h @@ -48,12 +48,12 @@ Boston, MA 02111-1307, USA. */ * define all the things the compiler should */ #ifdef ncl_mr -# define CPP_PREDEFINES "-Dunix -Dbull -DDPX2 -DSVR3 -Dmc68000 -Dmc68020 -Dncl_mr=1 -D_BULL_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +# define CPP_PREDEFINES "-Dunix -Dbull -DDPX2 -DSVR3 -Dmc68000 -Dmc68020 -Dncl_mr=1 -D_BULL_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" #else # ifdef ncl_el -# define CPP_PREDEFINES "-Dunix -Dbull -DDPX2 -DSVR3 -Dmc68000 -Dmc68020 -Dncl_el -D_BULL_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +# define CPP_PREDEFINES "-Dunix -Dbull -DDPX2 -DSVR3 -Dmc68000 -Dmc68020 -Dncl_el -D_BULL_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" # else -# define CPP_PREDEFINES "-Dunix -Dbull -DDPX2 -DSVR3 -Dmc68000 -Dmc68020 -D_BULL_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +# define CPP_PREDEFINES "-Dunix -Dbull -DDPX2 -DSVR3 -Dmc68000 -Dmc68020 -D_BULL_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" # endif #endif diff --git a/gcc/config/m68k/hp2bsd.h b/gcc/config/m68k/hp2bsd.h index 9090923..769dc28 100644 --- a/gcc/config/m68k/hp2bsd.h +++ b/gcc/config/m68k/hp2bsd.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dmc68010 -Dhp200 -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dmc68010 -Dhp200 -Dunix -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" /* Link with libg.a when debugging, for dbx's sake. */ diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index 2e45351..f9b2aa2 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -126,7 +126,7 @@ Boston, MA 02111-1307, USA. */ /* These are the ones defined by HPUX cc, plus mc68000 for uniformity with GCC on other 68000 systems. */ -#define CPP_PREDEFINES "-Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix -D__motorola__ -Asystem(unix) -Asystem(hpux) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix -D__motorola__ -Asystem=unix -Asystem=hpux -Acpu=m68k -Amachine=m68k" /* Every structure or union's size must be a multiple of 2 bytes. */ diff --git a/gcc/config/m68k/hp3bsd.h b/gcc/config/m68k/hp3bsd.h index 34405f8..b5c6f33 100644 --- a/gcc/config/m68k/hp3bsd.h +++ b/gcc/config/m68k/hp3bsd.h @@ -11,7 +11,7 @@ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dmc68020 -Dhp300 -Dhp9000 -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dmc68020 -Dhp300 -Dhp9000 -Dunix -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" /* Link with libg.a when debugging, for dbx's sake. */ diff --git a/gcc/config/m68k/hp3bsd44.h b/gcc/config/m68k/hp3bsd44.h index a3b652f..bf2d37e 100644 --- a/gcc/config/m68k/hp3bsd44.h +++ b/gcc/config/m68k/hp3bsd44.h @@ -11,7 +11,7 @@ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dmc68020 -Dhp300 -Dhp9000 -Dunix -D__BSD_4_4__ -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dmc68020 -Dhp300 -Dhp9000 -Dunix -D__BSD_4_4__ -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" /* No more libg.a */ diff --git a/gcc/config/m68k/isi.h b/gcc/config/m68k/isi.h index 32d2706..240a86e 100644 --- a/gcc/config/m68k/isi.h +++ b/gcc/config/m68k/isi.h @@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dunix -Dmc68000 -Dis68k -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dmc68000 -Dis68k -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" /* This is BSD, so it wants DBX format. */ diff --git a/gcc/config/m68k/linux-aout.h b/gcc/config/m68k/linux-aout.h index 93291f9..d4e5ec4 100644 --- a/gcc/config/m68k/linux-aout.h +++ b/gcc/config/m68k/linux-aout.h @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ #define ASM_COMMENT_START "|" #define CPP_PREDEFINES \ - "-Dunix -Dmc68000 -Dmc68020 -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(m68k) -Amachine(m68k)" + "-Dunix -Dmc68000 -Dmc68020 -Dlinux -Asystem=unix -Asystem=posix -Acpu=m68k -Amachine=m68k" #undef CPP_SPEC #if TARGET_DEFAULT & MASK_68881 diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 943e83c..2dea947 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -108,7 +108,7 @@ Boston, MA 02111-1307, USA. */ #define WCHAR_TYPE_SIZE BITS_PER_WORD #define CPP_PREDEFINES \ - "-D__ELF__ -Dunix -Dmc68000 -Dmc68020 -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(m68k) -Amachine(m68k)" + "-D__ELF__ -Dunix -Dmc68000 -Dmc68020 -Dlinux -Asystem=unix -Asystem=posix -Acpu=m68k -Amachine=m68k" #undef CPP_SPEC #ifdef USE_GNULIBC_1 diff --git a/gcc/config/m68k/lynx-ng.h b/gcc/config/m68k/lynx-ng.h index ac3afac..d6e3fba 100644 --- a/gcc/config/m68k/lynx-ng.h +++ b/gcc/config/m68k/lynx-ng.h @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dmc68000 -DM68K -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dmc68000 -DM68K -DLynx -DIBITS32 -Asystem=unix -Asystem=lynx -Acpu=m68k -Amachine=m68k" /* Provide required defaults for linker switches. */ diff --git a/gcc/config/m68k/lynx.h b/gcc/config/m68k/lynx.h index ff55032..393cb649 100644 --- a/gcc/config/m68k/lynx.h +++ b/gcc/config/m68k/lynx.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dmc68000 -DM68K -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dmc68000 -DM68K -DLynx -DIBITS32 -Asystem=unix -Asystem=lynx -Acpu=m68k -Amachine=m68k" /* Every structure or union's size must be a multiple of 2 bytes. */ diff --git a/gcc/config/m68k/m68kemb.h b/gcc/config/m68k/m68kemb.h index 379bf3a..2db87dd 100644 --- a/gcc/config/m68k/m68kemb.h +++ b/gcc/config/m68k/m68kemb.h @@ -40,8 +40,8 @@ #define NEEDS_UNTYPED_CALL 1 #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmc68000 -D__embedded__ -Asystem(embedded) \ - -Amachine(mc68000)" +#define CPP_PREDEFINES "-Dmc68000 -D__embedded__ -Asystem=embedded \ + -Amachine=mc68000" /* Override the default LIB_SPEC from gcc.c. We don't currently support profiling, or libg.a. */ diff --git a/gcc/config/m68k/m68kv4.h b/gcc/config/m68k/m68kv4.h index 63a3b71..c5e2d9d 100644 --- a/gcc/config/m68k/m68kv4.h +++ b/gcc/config/m68k/m68kv4.h @@ -75,7 +75,7 @@ while (0) #define CPP_PREDEFINES \ "-Dm68k -Dunix -D__svr4__ -D__motorola__ \ - -Asystem(unix) -Asystem(svr4) -Acpu(m68k) -Amachine(m68k)" + -Asystem=unix -Asystem=svr4 -Acpu=m68k -Amachine=m68k" /* Test to see if the target includes a 68881 by default, and use CPP_SPEC to control whether or not __HAVE_68881__ is defined by default or not. diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index a7dbdee..9c9a099 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -274,7 +274,7 @@ dtors_section () \ on the other hand I don't care what he says. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dm68k -Dunix -DsysV68 -D__motorola__ -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dm68k -Dunix -DsysV68 -D__motorola__ -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" #undef TARGET_VERSION #ifndef USE_GAS diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h index 6bd9161..a90ddbc 100644 --- a/gcc/config/m68k/netbsd.h +++ b/gcc/config/m68k/netbsd.h @@ -17,7 +17,7 @@ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dunix -Dm68k -Dmc68000 -Dmc68020 -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dm68k -Dmc68000 -Dmc68020 -D__NetBSD__ -Asystem=unix -Asystem=NetBSD -Acpu=m68k -Amachine=m68k" /* Make gcc agree with <machine/ansi.h> */ diff --git a/gcc/config/m68k/news.h b/gcc/config/m68k/news.h index 8250102..5661e87 100644 --- a/gcc/config/m68k/news.h +++ b/gcc/config/m68k/news.h @@ -44,9 +44,9 @@ Boston, MA 02111-1307, USA. */ GCC on other 68000 systems. */ #ifdef MOTOROLA -#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews700 -D__motorola__ -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews700 -D__motorola__ -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" #else -#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews700 -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews700 -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" #endif /* These conditionals tested for different submodels, @@ -55,22 +55,22 @@ Boston, MA 02111-1307, USA. */ #if 0 #ifdef news800 -#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews800 -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews800 -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" #endif #ifdef news900 -#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews900 -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews900 -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" #endif #ifdef news1500 -#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dmc68030 -Dnews1500 -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dmc68030 -Dnews1500 -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" #endif #ifdef news1700 -#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dmc68030 -Dnews1700 -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dmc68030 -Dnews1700 -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" #endif #ifdef news1800 -#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dmc68030 -Dnews1800 -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dmc68030 -Dnews1800 -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" #endif #ifdef news1900 -#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dmc68030 -Dnews1900 -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dmc68030 -Dnews1900 -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" #endif #endif diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h index 12f3487..8d27e76 100644 --- a/gcc/config/m68k/next.h +++ b/gcc/config/m68k/next.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dm68k -DNeXT -Dunix -D__MACH__ -D__BIG_ENDIAN__ -D__ARCHITECTURE__=\"m68k\" -Asystem(unix) -Asystem(mach) -Acpu(m68k) -Amachine(m68k) -D_NEXT_SOURCE" +#define CPP_PREDEFINES "-Dmc68000 -Dm68k -DNeXT -Dunix -D__MACH__ -D__BIG_ENDIAN__ -D__ARCHITECTURE__=\"m68k\" -Asystem=unix -Asystem=mach -Acpu=m68k -Amachine=m68k -D_NEXT_SOURCE" /* Every structure or union's size must be a multiple of 2 bytes. (Why isn't this in m68k.h?) */ diff --git a/gcc/config/m68k/openbsd.h b/gcc/config/m68k/openbsd.h index fe3dabd..ac3b688 100644 --- a/gcc/config/m68k/openbsd.h +++ b/gcc/config/m68k/openbsd.h @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__ -D__HAVE_FPU__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_POSIX_THREADS}" /* Run-time target specifications. */ -#define CPP_PREDEFINES "-D__unix__ -D__m68k__ -D__mc68000__ -D__mc68020__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-D__unix__ -D__m68k__ -D__mc68000__ -D__mc68020__ -D__OpenBSD__ -Asystem=unix -Asystem=OpenBSD -Acpu=m68k -Amachine=m68k" /* m68k as needs to know about the processor subtype. */ #undef ASM_SPEC diff --git a/gcc/config/m68k/pbb.h b/gcc/config/m68k/pbb.h index 9197ac3..41ced9f 100644 --- a/gcc/config/m68k/pbb.h +++ b/gcc/config/m68k/pbb.h @@ -43,7 +43,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dm68k -Dunix -DUnicomPBB -Dmc68k -Dmc68020 -Dmc68k32 -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dm68k -Dunix -DUnicomPBB -Dmc68k -Dmc68020 -Dmc68k32 -Asystem=unix -Acpu=m68k -Amachine=m68k" /* We want DBX format for use with gdb under COFF. */ diff --git a/gcc/config/m68k/plexus.h b/gcc/config/m68k/plexus.h index f7dfb9a..369c3fe 100644 --- a/gcc/config/m68k/plexus.h +++ b/gcc/config/m68k/plexus.h @@ -43,7 +43,7 @@ Boston, MA 02111-1307, USA. */ #define LONG_DOUBLE_TYPE_SIZE 64 #define CPP_SPEC "%{m68881:-D__HAVE_68881__}" -#define CPP_PREDEFINES "-Dm68 -Dunix -Dplexus -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dm68 -Dunix -Dplexus -Asystem=unix -Acpu=m68k -Amachine=m68k" #if TARGET_DEFAULT & MASK_68020 #define ASM_SPEC\ diff --git a/gcc/config/m68k/rtems.h b/gcc/config/m68k/rtems.h index b8c976b..0b0fb82 100644 --- a/gcc/config/m68k/rtems.h +++ b/gcc/config/m68k/rtems.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dmc68000 -Drtems -D__rtems__ \ - -Asystem(rtems) -Acpu(mc68000) -Acpu(m68k) -Amachine(m68k)" + -Asystem=rtems -Acpu=mc68000 -Acpu=m68k -Amachine=m68k" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/m68k/rtemself.h b/gcc/config/m68k/rtemself.h index c7561cb..6a06d35 100644 --- a/gcc/config/m68k/rtemself.h +++ b/gcc/config/m68k/rtemself.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dmc68000 -Drtems -D__rtems__ -D__ELF__ \ - -Asystem(rtems) -Acpu(mc68000) -Acpu(m68k) -Amachine(m68k)" + -Asystem=rtems -Acpu=mc68000 -Acpu=m68k -Amachine=m68k" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/m68k/sun2.h b/gcc/config/m68k/sun2.h index 679e57a..7c2d48e 100644 --- a/gcc/config/m68k/sun2.h +++ b/gcc/config/m68k/sun2.h @@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" /* Prevent error on `-sun2' and `-target sun2' options. */ diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h index 4e27763..7c817a1 100644 --- a/gcc/config/m68k/sun3.h +++ b/gcc/config/m68k/sun3.h @@ -88,7 +88,7 @@ Boston, MA 02111-1307, USA. */ should not be defined. For cross compilers, let's do things as we normally do in GCC. -- rms. */ -#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" /* STARTFILE_SPEC to include sun floating point initialization This is necessary (tr: Sun does it) for both the m68881 and the fpa diff --git a/gcc/config/m68k/sun3mach.h b/gcc/config/m68k/sun3mach.h index 1c76cc4..6769cfa 100644 --- a/gcc/config/m68k/sun3mach.h +++ b/gcc/config/m68k/sun3mach.h @@ -1,7 +1,7 @@ #include "m68k/sun3.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dsun3 -Dunix -DMACH -DCMU -DMTXINU -DBIT_MSF -DBYTE_MSF -Asystem(unix) -Asystem(mach) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dsun3 -Dunix -DMACH -DCMU -DMTXINU -DBIT_MSF -DBYTE_MSF -Asystem=unix -Asystem=mach -Acpu=m68k -Amachine=m68k" /* Specify extra dir to search for include files. */ #define SYSTEM_INCLUDE_DIR "/usr/mach/include" diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index ce31c36..2ab9422 100644 --- a/gcc/config/m68k/tower-as.h +++ b/gcc/config/m68k/tower-as.h @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_600 -D__motorola__ -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_600 -D__motorola__ -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" /* Define __HAVE_68881 in preprocessor only if -m68881 is specified. This will control the use of inline 68881 insns in certain macros. diff --git a/gcc/config/m68k/tower.h b/gcc/config/m68k/tower.h index 73faedb..9d93743 100644 --- a/gcc/config/m68k/tower.h +++ b/gcc/config/m68k/tower.h @@ -41,22 +41,22 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_200 -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_200 -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" #if 0 /* It is incorrect to test these symbols. They describe the host, not the target. It should not matter which model is specified. */ #ifdef tower32_600 -#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_600 -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_600 -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" #endif #ifdef tower32_700 -#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_700 -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_700 -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" #endif #ifdef tower32_800 -#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_800 -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_800 -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" #endif #ifdef tower32_850 -#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_850 -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_850 -Asystem=unix -Asystem=svr3 -Acpu=m68k -Amachine=m68k" #endif #endif diff --git a/gcc/config/m68k/vxm68k.h b/gcc/config/m68k/vxm68k.h index 86884db..111e48b 100644 --- a/gcc/config/m68k/vxm68k.h +++ b/gcc/config/m68k/vxm68k.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #include "aoutos.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmc68000 -D__vxworks -D__vxworks_5 -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -D__vxworks -D__vxworks_5 -Acpu=m68k -Amachine=m68k" /* The default value for -DCPU=. */ #if TARGET_CPU_DEFAULT == M68K_CPU_m68k || TARGET_CPU_DEFAULT == M68K_CPU_m68020 diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index ca5fdd0..d2d6810 100644 --- a/gcc/config/m88k/dgux.h +++ b/gcc/config/m88k/dgux.h @@ -73,7 +73,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dm88000 -Dm88k -Dunix -DDGUX -D__CLASSIFY_TYPE__=2\ - -D__svr4__ -Asystem(unix) -Acpu(m88k) -Amachine(m88k)" + -D__svr4__ -Asystem=unix -Acpu=m88k -Amachine=m88k" /* If -m88100 is in effect, add -Dm88100; similarly for -m88110. Here, the CPU_DEFAULT is assumed to be -m88000. If not -ansi, diff --git a/gcc/config/m88k/dolph.h b/gcc/config/m88k/dolph.h index bd77227..bb96b31 100644 --- a/gcc/config/m88k/dolph.h +++ b/gcc/config/m88k/dolph.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ /* Override m88k/sysv3.h */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dm88000 -Dm88k -DOCS88 -DDOLPHIN -Dunix -DsysV88 -D__CLASSIFY_TYPE__=2 -Asystem(unix) -Asystem(svr3) -Acpu(m88k) -Amachine(m88k)" +#define CPP_PREDEFINES "-Dm88000 -Dm88k -DOCS88 -DDOLPHIN -Dunix -DsysV88 -D__CLASSIFY_TYPE__=2 -Asystem=unix -Asystem=svr3 -Acpu=m88k -Amachine=m88k" /* If you want to detect dereferencing of NULL pointers, uncomment the diff --git a/gcc/config/m88k/luna.h b/gcc/config/m88k/luna.h index ecfb3f5..694177f 100644 --- a/gcc/config/m88k/luna.h +++ b/gcc/config/m88k/luna.h @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ /* Macros to be automatically defined. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-DMACH -Dm88k -Dunix -Dluna -Dluna88k -D__CLASSIFY_TYPE__=2 -Asystem(unix) -Asystem(mach) -Acpu(m88k) -Amachine(m88k)" + "-DMACH -Dm88k -Dunix -Dluna -Dluna88k -D__CLASSIFY_TYPE__=2 -Asystem=unix -Asystem=mach -Acpu=m88k -Amachine=m88k" /* If -m88000 is in effect, add -Dmc88000; similarly for -m88100 and -m88110. However, reproduce the effect of -Dmc88100 previously in CPP_PREDEFINES. diff --git a/gcc/config/m88k/m88k-aout.h b/gcc/config/m88k/m88k-aout.h index 90f3fe7..aa55376 100644 --- a/gcc/config/m88k/m88k-aout.h +++ b/gcc/config/m88k/m88k-aout.h @@ -27,6 +27,6 @@ Boston, MA 02111-1307, USA. */ #include "aoutos.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu(m88k) -Amachine(m88k)" +#define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu=m88k -Amachine=m88k" /* end of m88k-aout.h */ diff --git a/gcc/config/m88k/m88k-coff.h b/gcc/config/m88k/m88k-coff.h index d32e1d9..3acc6a6 100644 --- a/gcc/config/m88k/m88k-coff.h +++ b/gcc/config/m88k/m88k-coff.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #include "m88k/m88k.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu(m88k) -Amachine(m88k)" +#define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu=m88k -Amachine=m88k" #define SDB_DEBUGGING_INFO diff --git a/gcc/config/m88k/openbsd.h b/gcc/config/m88k/openbsd.h index 1f34799..57ac924 100644 --- a/gcc/config/m88k/openbsd.h +++ b/gcc/config/m88k/openbsd.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* Macros to be automatically defined. */ #define CPP_PREDEFINES \ - "-D__m88k__ -D__unix__ -D__OpenBSD__ -D__CLASSIFY_TYPE__=2 -Asystem(unix) -Asystem(OpenBSD) -Acpu(m88k) -Amachine(m88k)" + "-D__m88k__ -D__unix__ -D__OpenBSD__ -D__CLASSIFY_TYPE__=2 -Asystem=unix -Asystem=OpenBSD -Acpu=m88k -Amachine=m88k" /* If -m88000 is in effect, add -Dmc88000; similarly for -m88100 and -m88110. However, reproduce the effect of -Dmc88100 previously in CPP_PREDEFINES. diff --git a/gcc/config/m88k/sysv3.h b/gcc/config/m88k/sysv3.h index 88f1793..9986f62 100644 --- a/gcc/config/m88k/sysv3.h +++ b/gcc/config/m88k/sysv3.h @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ /* Macros to be automatically defined. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dm88000 -Dm88k -Dunix -DsysV88 -D__CLASSIFY_TYPE__=2 -Asystem(unix) -Asystem(svr3) -Acpu(m88k) -Amachine(m88k)" +#define CPP_PREDEFINES "-Dm88000 -Dm88k -Dunix -DsysV88 -D__CLASSIFY_TYPE__=2 -Asystem=unix -Asystem=svr3 -Acpu=m88k -Amachine=m88k" /* Override svr3.h to link with ?crt0.o instead of ?crt1.o and ?crtn.o. From arul@sdsu.edu. */ diff --git a/gcc/config/m88k/sysv4.h b/gcc/config/m88k/sysv4.h index f354e18..fdd66ee 100644 --- a/gcc/config/m88k/sysv4.h +++ b/gcc/config/m88k/sysv4.h @@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-Dm88000 -Dm88k -Dunix -D__svr4__ -Amachine(m88k) -Acpu(m88k) -Asystem(unix) -Asystem(svr4)" + "-Dm88000 -Dm88k -Dunix -D__svr4__ -Amachine=m88k -Acpu=m88k -Asystem=unix -Asystem=svr4" /* For the AT&T SVR4 port, the function is _mcount. */ #undef FUNCTION_PROFILER diff --git a/gcc/config/mips/bsd-4.h b/gcc/config/mips/bsd-4.h index c2aee83..a25507f 100644 --- a/gcc/config/mips/bsd-4.h +++ b/gcc/config/mips/bsd-4.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_BSD43 \ -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_BSD43 \ --Asystem(unix) -Asystem(bsd) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=bsd -Acpu=mips -Amachine=mips" #define STANDARD_INCLUDE_DIR "/bsd43/usr/include" diff --git a/gcc/config/mips/bsd-5.h b/gcc/config/mips/bsd-5.h index f960515..c82898c 100644 --- a/gcc/config/mips/bsd-5.h +++ b/gcc/config/mips/bsd-5.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_BSD43 \ -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_BSD43 \ --Asystem(unix) -Asystem(bsd) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=bsd -Acpu=mips -Amachine=mips" #define STANDARD_INCLUDE_DIR "/bsd43/usr/include" diff --git a/gcc/config/mips/dec-bsd.h b/gcc/config/mips/dec-bsd.h index 126353b..705a97f 100644 --- a/gcc/config/mips/dec-bsd.h +++ b/gcc/config/mips/dec-bsd.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "-D__ANSI_COMPAT \ -DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -Dbsd4_4 -Dhost_mips -Dmips \ -Dunix -D_mips -D_unix -D_host_mips -D_MIPSEL -D_R3000 \ --Asystem(unix) -Asystem(bsd) -Amachine(mips)" +-Asystem=unix -Asystem=bsd -Amachine=mips" #endif /* Always uses GNU ld. */ diff --git a/gcc/config/mips/dec-osf1.h b/gcc/config/mips/dec-osf1.h index ee7e787..2501cad 100644 --- a/gcc/config/mips/dec-osf1.h +++ b/gcc/config/mips/dec-osf1.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -D__ANSI_COMPAT -DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD \ -Dbsd4_2 -Dhost_mips -Dmips -Dosf -Dunix \ --Asystem(unix) -Asystem(xpg4) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=xpg4 -Acpu=mips -Amachine=mips" #define LINK_SPEC "\ %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \ diff --git a/gcc/config/mips/gnu.h b/gcc/config/mips/gnu.h index 89169b7..599dc80 100644 --- a/gcc/config/mips/gnu.h +++ b/gcc/config/mips/gnu.h @@ -95,8 +95,8 @@ Boston, MA 02111-1307, USA. */ #define MIPS_GNU #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmips -Acpu(mips) -Amachine(mips) \ --Dunix -Asystem(unix) -DMACH -Asystem(mach) -D__GNU__ -Asystem(gnu) \ +#define CPP_PREDEFINES "-Dmips -Acpu=mips -Amachine=mips \ +-Dunix -Asystem=unix -DMACH -Asystem=mach -D__GNU__ -Asystem=gnu \ -DMIPSEB -DR3000 -D_MIPSEB -D_R3000 \ -D_MIPS_SZINT=32 -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32" diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index 1f690ff..522ba53 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dunix -Dmips -Dsgi -DSVR3 -Dhost_mips -DMIPSEB -DSYSTYPE_SYSV \ --Asystem(unix) -Asystem(svr3) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=svr3 -Acpu=mips -Amachine=mips" #define STARTFILE_SPEC "%{pg:gcrt1.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}" diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index a5dd2bc..710a2ba 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */ "-Dunix -Dmips -Dsgi -Dhost_mips -DMIPSEB -D_MIPSEB -DSYSTYPE_SVR4 \ -D_SVR4_SOURCE -D_MODERN_C -D__DSO__ \ -D_MIPS_SIM=_MIPS_SIM_ABI32 -D_MIPS_SZPTR=32 \ - -Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(sgi)" + -Asystem=unix -Asystem=svr4 -Acpu=mips -Amachine=sgi" #undef SUBTARGET_CPP_SPEC #define SUBTARGET_CPP_SPEC "\ diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index 177d6d9..502617a 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES \ "-Dunix -Dmips -Dsgi -Dhost_mips -DMIPSEB -D_MIPSEB -DSYSTYPE_SVR4 \ -D_LONGLONG -D_SVR4_SOURCE -D_MODERN_C -D__DSO__ \ - -Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(sgi)" + -Asystem=unix -Asystem=svr4 -Acpu=mips -Amachine=sgi" #undef SUBTARGET_CPP_SIZE_SPEC #define SUBTARGET_CPP_SIZE_SPEC "\ diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 32b7685..313a1fe 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -63,12 +63,12 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #if TARGET_ENDIAN_DEFAULT == 0 #define CPP_PREDEFINES "-DMIPSEL -D_MIPSEL -Dunix -Dmips -D_mips \ --DR3000 -D_R3000 -Dlinux -Asystem(posix) -Acpu(mips) \ --Amachine(mips) -D__ELF__ -D__PIC__ -D__pic__" +-DR3000 -D_R3000 -Dlinux -Asystem=posix -Acpu=mips \ +-Amachine=mips -D__ELF__ -D__PIC__ -D__pic__" #else #define CPP_PREDEFINES "-DMIPSEB -D_MIPSEB -Dunix -Dmips -D_mips \ --DR3000 -D_R3000 -Dlinux -Asystem(posix) -Acpu(mips) \ --Amachine(mips) -D__ELF__ -D__PIC__ -D__pic__" +-DR3000 -D_R3000 -Dlinux -Asystem=posix -Acpu=mips \ +-Amachine=mips -D__ELF__ -D__PIC__ -D__pic__" #endif #undef SUBTARGET_CPP_SIZE_SPEC diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index e06e682..5ad35bb 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -755,7 +755,7 @@ while (0) #ifndef CPP_PREDEFINES #define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_BSD43 \ -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_BSD43 \ --Asystem(unix) -Asystem(bsd) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=bsd -Acpu=mips -Amachine=mips" #endif /* Assembler specs. */ diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h index 55eb362..826d41c 100644 --- a/gcc/config/mips/netbsd.h +++ b/gcc/config/mips/netbsd.h @@ -62,7 +62,7 @@ Boston, MA 02111-1307, USA. */ -DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__NetBSD__ -Dmips \ -D__NO_LEADING_UNDERSCORES__ -D__GP_SUPPORT__ \ -Dunix -D_R3000 \ --Asystem(unix) -Asystem(NetBSD) -Amachine(mips)" +-Asystem=unix -Asystem=NetBSD -Amachine=mips" #endif #ifndef SUBTARGET_CPP_SPEC diff --git a/gcc/config/mips/news4.h b/gcc/config/mips/news4.h index 502affa..e2caa51 100644 --- a/gcc/config/mips/news4.h +++ b/gcc/config/mips/news4.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dr3000 -Dnews3700 -DLANGUAGE_C -DMIPSEB -DSYSTYPE_BSD \ -Dsony_news -Dsony -Dunix -Dmips -Dhost_mips \ --Asystem(unix) -Asystem(bsd) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=bsd -Acpu=mips -Amachine=mips" #define SYSTEM_INCLUDE_DIR "/usr/include2.0" diff --git a/gcc/config/mips/news5.h b/gcc/config/mips/news5.h index a776064..e959bcd 100644 --- a/gcc/config/mips/news5.h +++ b/gcc/config/mips/news5.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dmips -Dunix -Dhost_mips -Dsony -Dsonyrisc -DMIPSEB -DSYSTYPE_SYSV \ --Asystem(unix) -Asystem(svr3) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=svr3 -Acpu=mips -Amachine=mips" #define MD_STARTFILE_PREFIX "/usr/ccs/lib/" diff --git a/gcc/config/mips/nws3250v4.h b/gcc/config/mips/nws3250v4.h index 611effe..31f619a 100644 --- a/gcc/config/mips/nws3250v4.h +++ b/gcc/config/mips/nws3250v4.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dmips -Dhost_mips -Dsony -Dsonyrisc -Dunix \ -DLANGUAGE_C -DMIPSEB -DSYSTYPE_SYSV \ --Asystem(unix) -Asystem(svr3) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=svr3 -Acpu=mips -Amachine=mips" #define MD_STARTFILE_PREFIX "/usr/ccs/lib/" diff --git a/gcc/config/mips/openbsd.h b/gcc/config/mips/openbsd.h index a40a7f9..3440b423 100644 --- a/gcc/config/mips/openbsd.h +++ b/gcc/config/mips/openbsd.h @@ -57,11 +57,11 @@ Boston, MA 02111-1307, USA. */ #if TARGET_ENDIAN_DEFAULT != 0 #define CPP_PREDEFINES "-D__SYSTYPE_BSD__ -D__NO_LEADING_UNDERSCORES__ \ -D__GP_SUPPORT__ -D__MIPSEB__ -D__unix__ -D__OpenBSD__ -D__mips__ \ --Asystem(unix) -Asystem(OpenBSD) -Acpu(mips) -Amachine(mips) -Aendian(big)" +-Asystem=unix -Asystem=OpenBSD -Acpu=mips -Amachine=mips -Aendian=big" #else #define CPP_PREDEFINES "-D__SYSTYPE_BSD__ -D__NO_LEADING_UNDERSCORES__ \ -D__GP_SUPPORT__ -D__MIPSEL__ -D__unix__ -D__OpenBSD__ -D__mips__ \ --Asystem(unix) -Asystem(OpenBSD) -Acpu(mips) -Amachine(mips) -Aendian(little)" +-Asystem=unix -Asystem=OpenBSD -Acpu=mips -Amachine=mips -Aendian=little" #endif /* Layout of source language data types. */ diff --git a/gcc/config/mips/osfrose.h b/gcc/config/mips/osfrose.h index 10ab6dc..e9ab26b 100644 --- a/gcc/config/mips/osfrose.h +++ b/gcc/config/mips/osfrose.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -DOSF -DOSF1 -Dbsd4_2 -DMIPSEL -Dhost_mips -Dmips -Dunix -DR3000 -DSYSTYPE_BSD \ --Asystem(unix) -Asystem(xpg4) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=xpg4 -Acpu=mips -Amachine=mips" #define SUBTARGET_CPP_SIZE_SPEC "\ %{mlong64:-D__PTRDIFF_TYPE__=long\\ int} \ diff --git a/gcc/config/mips/rtems64.h b/gcc/config/mips/rtems64.h index 5f8b172..ccec732 100644 --- a/gcc/config/mips/rtems64.h +++ b/gcc/config/mips/rtems64.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dmips -DMIPSEB -DR4000 -D_mips -D_MIPSEB -D_R4000 \ - -Drtems -D__rtems__ -Asystem(rtems)" + -Drtems -D__rtems__ -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/mips/sni-svr4.h b/gcc/config/mips/sni-svr4.h index 41a62db..077b96b 100644 --- a/gcc/config/mips/sni-svr4.h +++ b/gcc/config/mips/sni-svr4.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SVR4 -Dsinix -DSNI \ -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SVR4 \ --Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=svr4 -Acpu=mips -Amachine=mips" #define SUBTARGET_CPP_SIZE_SPEC "\ -D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int" diff --git a/gcc/config/mips/svr3-4.h b/gcc/config/mips/svr3-4.h index 18303ac..a124d6c 100644 --- a/gcc/config/mips/svr3-4.h +++ b/gcc/config/mips/svr3-4.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SYSV \ -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SYSV \ --Asystem(unix) -Asystem(svr3) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=svr3 -Acpu=mips -Amachine=mips" #define STANDARD_INCLUDE_DIR "/sysv/usr/include" diff --git a/gcc/config/mips/svr3-5.h b/gcc/config/mips/svr3-5.h index 603923d..0ccf0cd8 100644 --- a/gcc/config/mips/svr3-5.h +++ b/gcc/config/mips/svr3-5.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SYSV \ -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SYSV \ --Asystem(unix) -Asystem(svr3) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=svr3 -Acpu=mips -Amachine=mips" #define STANDARD_INCLUDE_DIR "/sysv/usr/include" diff --git a/gcc/config/mips/svr4-4.h b/gcc/config/mips/svr4-4.h index 69cf97d..fd751bc 100644 --- a/gcc/config/mips/svr4-4.h +++ b/gcc/config/mips/svr4-4.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SVR4 \ -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SVR4 \ --Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=svr4 -Acpu=mips -Amachine=mips" #define STANDARD_INCLUDE_DIR "/svr4/usr/include" diff --git a/gcc/config/mips/svr4-5.h b/gcc/config/mips/svr4-5.h index 7cf2a8e..669cfec 100644 --- a/gcc/config/mips/svr4-5.h +++ b/gcc/config/mips/svr4-5.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SVR4 \ -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SVR4 \ -D_MIPS_SZINT=32 -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32 \ --Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=svr4 -Acpu=mips -Amachine=mips" #define STANDARD_INCLUDE_DIR "/svr4/usr/include" diff --git a/gcc/config/mips/ultrix.h b/gcc/config/mips/ultrix.h index e618a3c..18f024b 100644 --- a/gcc/config/mips/ultrix.h +++ b/gcc/config/mips/ultrix.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES "\ -D__ANSI_COMPAT -DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD \ -Dbsd4_2 -Dhost_mips -Dmips -Dultrix -Dunix \ --Asystem(unix) -Asystem(bsd) -Acpu(mips) -Amachine(mips)" +-Asystem=unix -Asystem=bsd -Acpu=mips -Amachine=mips" #endif #ifndef LIB_SPEC diff --git a/gcc/config/ns32k/encore.h b/gcc/config/ns32k/encore.h index 3340dbd..c11b3ff 100644 --- a/gcc/config/ns32k/encore.h +++ b/gcc/config/ns32k/encore.h @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ #define TARGET_VERSION fprintf (stderr, " (32000, Encore syntax)"); /* Note Encore does not standardly do -Dencore. */ /* budd: should have a -ns32332 (or -apc) switch! but no harm for now */ -#define CPP_PREDEFINES "-Dns32000 -Dn16 -Dns16000 -Dns32332 -Dunix -Asystem(unix) -Acpu(ns32k) -Amachine(ns32k)" +#define CPP_PREDEFINES "-Dns32000 -Dn16 -Dns16000 -Dns32332 -Dunix -Asystem=unix -Acpu=ns32k -Amachine=ns32k" /* Ignore certain cpp directives used in header files on sysV. */ #define SCCS_DIRECTIVE diff --git a/gcc/config/ns32k/merlin.h b/gcc/config/ns32k/merlin.h index d3cd9cb..411c251 100644 --- a/gcc/config/ns32k/merlin.h +++ b/gcc/config/ns32k/merlin.h @@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dns32000 -Dns32k -Dns16000 -Dmerlin -Dunix -DUtek -Dbsd \ - -Asystem(unix) -Asystem(bsd) -Acpu(ns32k) -Amachine(ns32k)" + -Asystem=unix -Asystem=bsd -Acpu=ns32k -Amachine=ns32k" /* This is how to align the code that follows an unconditional branch. Don't define it, since it confuses the assembler (we hear). */ diff --git a/gcc/config/ns32k/netbsd.h b/gcc/config/ns32k/netbsd.h index 22042b7..cbbfb85 100644 --- a/gcc/config/ns32k/netbsd.h +++ b/gcc/config/ns32k/netbsd.h @@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dns32k -Dns32000 -Dns32532 -D__NetBSD__ -Dpc532 -D__ns32k__ -D__KPRINTF_ATTRIBUTE__ -Asystem(unix) -Asystem(NetBSD) -Acpu(ns32k) -Amachine(ns32k)" +#define CPP_PREDEFINES "-Dns32k -Dns32000 -Dns32532 -D__NetBSD__ -Dpc532 -D__ns32k__ -D__KPRINTF_ATTRIBUTE__ -Asystem=unix -Asystem=NetBSD -Acpu=ns32k -Amachine=ns32k" /* Make gcc agree with <machine/ansi.h> */ diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h index 895af06..d696a5e 100644 --- a/gcc/config/ns32k/ns32k.h +++ b/gcc/config/ns32k/ns32k.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dns32000 -Dunix -Asystem(unix) -Acpu(ns32k) -Amachine(ns32k)" +#define CPP_PREDEFINES "-Dns32000 -Dunix -Asystem=unix -Acpu=ns32k -Amachine=ns32k" /* Print subsidiary information on the compiler version in use. */ #define TARGET_VERSION fprintf (stderr, " (32000, GAS syntax)"); diff --git a/gcc/config/ns32k/pc532-mach.h b/gcc/config/ns32k/pc532-mach.h index 0aeabad..51b3165 100644 --- a/gcc/config/ns32k/pc532-mach.h +++ b/gcc/config/ns32k/pc532-mach.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "ns32k/pc532.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dns32532 -DPC532 -DMACH=1 -Asystem(unix) -Asystem(mach) -Acpu(ns32k) -Amachine(ns32k)" +#define CPP_PREDEFINES "-Dns32532 -DPC532 -DMACH=1 -Asystem=unix -Asystem=mach -Acpu=ns32k -Amachine=ns32k" /* There's a bug in the setjmp implementation that strikes if the caller of setjmp doesn't have a frame pointer. */ diff --git a/gcc/config/ns32k/pc532.h b/gcc/config/ns32k/pc532.h index d98bf43..f589d13 100644 --- a/gcc/config/ns32k/pc532.h +++ b/gcc/config/ns32k/pc532.h @@ -55,7 +55,7 @@ Boston, MA 02111-1307, USA. */ /* Maybe someone needs to know which processor we're running on */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dns32000 -Dns32532 -Dpc532 -Dunix -Asystem(unix) -Acpu(ns32k) -Amachine(ns32k)" +#define CPP_PREDEFINES "-Dns32000 -Dns32532 -Dpc532 -Dunix -Asystem=unix -Acpu=ns32k -Amachine=ns32k" /* Use pc relative addressing whenever possible, it's more efficient than absolute (ns32k.c) diff --git a/gcc/config/ns32k/sequent.h b/gcc/config/ns32k/sequent.h index 30c15b8..ab16691 100644 --- a/gcc/config/ns32k/sequent.h +++ b/gcc/config/ns32k/sequent.h @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ #define TARGET_VERSION fprintf (stderr, " (32000, Sequent syntax)"); #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dns32000 -Dsequent -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(ns32k) -Amachine(ns32k)" +#define CPP_PREDEFINES "-Dns32000 -Dsequent -Dunix -Asystem=unix -Asystem=bsd -Acpu=ns32k -Amachine=ns32k" /* Link with libg.a when debugging, for dbx's sake. */ diff --git a/gcc/config/ns32k/tek6000.h b/gcc/config/ns32k/tek6000.h index f8bb823..1565ae8 100644 --- a/gcc/config/ns32k/tek6000.h +++ b/gcc/config/ns32k/tek6000.h @@ -99,7 +99,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_PREDEFINES_Tek6000 \ "-Dns16000 -Dns32000 -Dns32k -Dns32016 -DUTek -DUTEK -Dbsd -DBSD \ - -Asystem(unix) -Asystem(bsd) -Acpu(ns32k) -Amachine(ns32k)" + -Asystem=unix -Asystem=bsd -Acpu=ns32k -Amachine=ns32k" #undef CPP_PREDEFINES #define CPP_PREDEFINES CPP_PREDEFINES_Tek6000 diff --git a/gcc/config/ns32k/tek6100.h b/gcc/config/ns32k/tek6100.h index e5b385f..846f401 100644 --- a/gcc/config/ns32k/tek6100.h +++ b/gcc/config/ns32k/tek6100.h @@ -3,5 +3,5 @@ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dns32000 -Dns32k -Dns16000 -Dns32016 -DUTek -DUTEK -Dbsd -DBSD -Dstratos \ - -Asystem(unix) -Asystem(bsd) -Acpu(ns32k) -Amachine(ns32k)" + -Asystem=unix -Asystem=bsd -Acpu=ns32k -Amachine=ns32k" diff --git a/gcc/config/ns32k/tek6200.h b/gcc/config/ns32k/tek6200.h index c03f255..04e37c1 100644 --- a/gcc/config/ns32k/tek6200.h +++ b/gcc/config/ns32k/tek6200.h @@ -3,5 +3,5 @@ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dns32000 -Dns32k -Dns16000 -Dns32016 -DUTek -DUTEK -Dbsd -DBSD -Dmerlin \ - -Asystem(unix) -Asystem(bsd) -Acpu(ns32k) -Amachine(ns32k)" + -Asystem=unix -Asystem=bsd -Acpu=ns32k -Amachine=ns32k" diff --git a/gcc/config/pa/pa-hiux.h b/gcc/config/pa/pa-hiux.h index f4be95b..aed3ca3 100644 --- a/gcc/config/pa/pa-hiux.h +++ b/gcc/config/pa/pa-hiux.h @@ -23,4 +23,4 @@ Boston, MA 02111-1307, USA. */ /* Predefines are the one noteworthy difference between HPUX and HIUX. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -DPWB -Dunix -D__H3050R -D__H3050RX -Asystem(unix) -Asystem(hiux) -Acpu(hppa) -Amachine(hppa)" +#define CPP_PREDEFINES "-Dhppa -DPWB -Dunix -D__H3050R -D__H3050RX -Asystem=unix -Asystem=hiux -Acpu=hppa -Amachine=hppa" diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 84016d2..e541a97 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ #define LIB_SPEC "%{!shared:%{!p:%{!pg:-lc}}%{p: -L/lib/libp/ -lc}%{pg: -L/lib/libp/ -lc}}" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa)" +#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -Asystem=unix -Asystem=hpux -Acpu=hppa -Amachine=hppa" #undef LINK_SPEC #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_PA_11) diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h index dc75ec2..42c3358 100644 --- a/gcc/config/pa/pa-hpux7.h +++ b/gcc/config/pa/pa-hpux7.h @@ -34,4 +34,4 @@ Boston, MA 02111-1307, USA. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p: -L/lib/libp/ -lc}%{pg: -L/lib/libp/ -lc}" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa)" +#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -Asystem=unix -Asystem=hpux -Acpu=hppa -Amachine=hppa" diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index 105024b..6ef2b3f 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #define PTRDIFF_TYPE "int" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__hppa__ -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(hppa) -Amachine(hppa) -Amachine(bigendian)" +#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__hppa__ -Dlinux -Asystem=unix -Asystem=posix -Acpu=hppa -Amachine=hppa -Amachine=bigendian" #undef CPP_SPEC #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}\ diff --git a/gcc/config/pa/pa-osf.h b/gcc/config/pa/pa-osf.h index 40aa9f5..04086a5 100644 --- a/gcc/config/pa/pa-osf.h +++ b/gcc/config/pa/pa-osf.h @@ -21,9 +21,9 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_PA_11) -#define CPP_PREDEFINES "-Dhppa -Dunix -Dhp9000 -Dspectrum -DREVARGV -Dhp700 -DHP700 -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF -Asystem(unix) -Asystem(mach) -Acpu(hppa) -Amachine(hppa)" +#define CPP_PREDEFINES "-Dhppa -Dunix -Dhp9000 -Dspectrum -DREVARGV -Dhp700 -DHP700 -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF -Asystem=unix -Asystem=mach -Acpu=hppa -Amachine=hppa" #else -#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -Dhp9000 -Dhp800 -Dspectrum -DREVARGV -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF -Asystem(unix) -Asystem(mach) -Acpu(hppa) -Amachine(hppa)" +#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -Dhp9000 -Dhp800 -Dspectrum -DREVARGV -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF -Asystem=unix -Asystem=mach -Acpu=hppa -Amachine=hppa" #endif /* Don't default to pcc-struct-return, because gcc is the only compiler, and diff --git a/gcc/config/pa/pa-pro-end.h b/gcc/config/pa/pa-pro-end.h index f36b887..4e154b0 100644 --- a/gcc/config/pa/pa-pro-end.h +++ b/gcc/config/pa/pa-pro-end.h @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p: -L/lib/libp/ -lc}%{pg: -L/lib/libp/ -lc}" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -DPWB -Acpu(hppa) -Amachine(hppa)" +#define CPP_PREDEFINES "-Dhppa -DPWB -Acpu=hppa -Amachine=hppa" /* hpux8 and later have C++ compatible include files, so do not pretend they are `extern "C"'. */ diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 3d26e04..22367463 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -350,7 +350,7 @@ extern int target_flags; /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -Dhp9000 -Dhp800 -Dspectrum -DREVARGV -Asystem(unix) -Asystem(bsd) -Acpu(hppa) -Amachine(hppa)" +#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -Dhp9000 -Dhp800 -Dspectrum -DREVARGV -Asystem=unix -Asystem=bsd -Acpu=hppa -Amachine=hppa" /* target machine storage layout */ diff --git a/gcc/config/pa/rtems.h b/gcc/config/pa/rtems.h index 4f7a04b..c3165ec 100644 --- a/gcc/config/pa/rtems.h +++ b/gcc/config/pa/rtems.h @@ -22,8 +22,8 @@ Boston, MA 02111-1307, USA. */ /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dhppa -DPWB -Acpu(hppa) -Amachine(hppa) \ - -Drtems -D__rtems__ -Asystem(rtems)" +#define CPP_PREDEFINES "-Dhppa -DPWB -Acpu=hppa -Amachine=hppa \ + -Drtems -D__rtems__ -Asystem=rtems" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/pj/linux.h b/gcc/config/pj/linux.h index 41d275e..1b79c61 100644 --- a/gcc/config/pj/linux.h +++ b/gcc/config/pj/linux.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ #undef STARTFILE_SPEC #undef ENDFILE_SPEC -#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__pj__ -Dlinux -Asystem(posix)" +#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__pj__ -Dlinux -Asystem=posix" #define STARTFILE_SPEC "crt1.o%s crti.o%s crtbegin.o%s" #define ENDFILE_SPEC "crtend.o%s crtn.o%s" diff --git a/gcc/config/pj/pj.h b/gcc/config/pj/pj.h index b60a284..039997d 100644 --- a/gcc/config/pj/pj.h +++ b/gcc/config/pj/pj.h @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -D__pj__ -Asystem(posix)" +#define CPP_PREDEFINES "-D__ELF__ -D__pj__ -Asystem=posix" #endif /* Run-time compilation parameters selecting different hardware subsets. */ diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index d91f1f5..742c894 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dibm032 -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(ibm032) -Amachine(ibm032)" +#define CPP_PREDEFINES "-Dibm032 -Dunix -Asystem=unix -Asystem=bsd -Acpu=ibm032 -Amachine=ibm032" /* Print subsidiary information on the compiler version in use. */ #define TARGET_VERSION ; diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h index 080bfc3..e64a86e 100644 --- a/gcc/config/rs6000/aix.h +++ b/gcc/config/rs6000/aix.h @@ -75,7 +75,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #define CPP_PREDEFINES "-D_IBMR2 -D_POWER -D_AIX -D_AIX32 -D_LONG_LONG \ --Asystem(unix) -Asystem(aix) -Acpu(rs6000) -Amachine(rs6000)" +-Asystem=unix -Asystem=aix -Acpu=rs6000 -Amachine=rs6000" /* Define appropriate architecture macros for preprocessor depending on target switches. */ diff --git a/gcc/config/rs6000/aix31.h b/gcc/config/rs6000/aix31.h index 34d3628..fd6a15c0 100644 --- a/gcc/config/rs6000/aix31.h +++ b/gcc/config/rs6000/aix31.h @@ -64,7 +64,7 @@ Boston, MA 02111-1307, USA. */ /* AIX 3.2 defined _AIX32, but older versions do not. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D_IBMR2 -D_AIX -Asystem(unix) -Asystem(aix) -Acpu(rs6000) -Amachine(rs6000)" +#define CPP_PREDEFINES "-D_IBMR2 -D_AIX -Asystem=unix -Asystem=aix -Acpu=rs6000 -Amachine=rs6000" /* AIX 3.1 uses bit 15 in CROR as the magic nop. */ #undef RS6000_CALL_GLUE diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index eb2c3fd..186fb8e 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D_IBMR2 -D_POWER -D_AIX -D_AIX32 -D_AIX41 \ --D_LONG_LONG -Asystem(unix) -Asystem(aix)" +-D_LONG_LONG -Asystem=unix -Asystem=aix" #undef CPP_SPEC #define CPP_SPEC "%{posix: -D_POSIX_SOURCE}\ diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index e9ac22a..7ce1549 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -103,7 +103,7 @@ do { \ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D_IBMR2 -D_POWER -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 \ --D_LONG_LONG -Asystem(unix) -Asystem(aix)" +-D_LONG_LONG -Asystem=unix -Asystem=aix" #undef CPP_SPEC #define CPP_SPEC "%{posix: -D_POSIX_SOURCE}\ diff --git a/gcc/config/rs6000/beos.h b/gcc/config/rs6000/beos.h index 8d850e2..b2ddfb7 100644 --- a/gcc/config/rs6000/beos.h +++ b/gcc/config/rs6000/beos.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES /* __POWERPC__ must be defined for some header files */ -#define CPP_PREDEFINES "-D__BEOS__ -D__POWERPC__ -Asystem(beos) -Acpu(powerpc) -Amachine(powerpc)" +#define CPP_PREDEFINES "-D__BEOS__ -D__POWERPC__ -Asystem=beos -Acpu=powerpc -Amachine=powerpc" #undef CPP_SPEC #define CPP_SPEC "%{posix: -D_POSIX_SOURCE} %(cpp_cpu)" diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h index 3da807f..88fb6f8 100644 --- a/gcc/config/rs6000/eabi.h +++ b/gcc/config/rs6000/eabi.h @@ -33,4 +33,4 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-DPPC -D__embedded__ -Asystem(embedded) -Acpu(powerpc) -Amachine(powerpc)" + "-DPPC -D__embedded__ -Asystem=embedded -Acpu=powerpc -Amachine=powerpc" diff --git a/gcc/config/rs6000/eabisim.h b/gcc/config/rs6000/eabisim.h index 7e6effb..92e0957 100644 --- a/gcc/config/rs6000/eabisim.h +++ b/gcc/config/rs6000/eabisim.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-DPPC -D__embedded__ -D__simulator__ -Asystem(embedded) -Asystem(simulator) -Acpu(powerpc) -Amachine(powerpc)" + "-DPPC -D__embedded__ -D__simulator__ -Asystem=embedded -Asystem=simulator -Acpu=powerpc -Amachine=powerpc" /* Make the simulator the default */ #undef LIB_DEFAULT_SPEC diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 9fe8501..f0cf9d1 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-DPPC -D__ELF__ -Dpowerpc -Acpu(powerpc) -Amachine(powerpc)" + "-DPPC -D__ELF__ -Dpowerpc -Acpu=powerpc -Amachine=powerpc" #undef CPP_OS_DEFAULT_SPEC #define CPP_OS_DEFAULT_SPEC "%(cpp_os_linux)" diff --git a/gcc/config/rs6000/lynx.h b/gcc/config/rs6000/lynx.h index 5257be5..646c987 100644 --- a/gcc/config/rs6000/lynx.h +++ b/gcc/config/rs6000/lynx.h @@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */ #define DEFAULT_SIGNED_CHAR 1 #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Acpu(rs6000) -Amachine(rs6000) -Asystem(lynx) -Asystem(unix) -DLynx -D_IBMR2 -Dunix -Drs6000 -Dlynx -DLYNX" +#define CPP_PREDEFINES "-Acpu=rs6000 -Amachine=rs6000 -Asystem=lynx -Asystem=unix -DLynx -D_IBMR2 -Dunix -Drs6000 -Dlynx -DLYNX" #undef LINK_SPEC #define LINK_SPEC "-T0x10001000 -H0x1000 -D0x20000000 -btextro -bhalt:4 -bnodelcsect -bnso -bro -bnoglink %{v} %{b*}" diff --git a/gcc/config/rs6000/mach.h b/gcc/config/rs6000/mach.h index 65dc53d..dfa23e6 100644 --- a/gcc/config/rs6000/mach.h +++ b/gcc/config/rs6000/mach.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ /* We don't define AIX under MACH; instead we define `unix'. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Drios -D_IBMR2 -Dunix -Asystem(unix) -Asystem(mach) -Acpu(rs6000) -Amachine(rs6000)" +#define CPP_PREDEFINES "-Drios -D_IBMR2 -Dunix -Asystem=unix -Asystem=mach -Acpu=rs6000 -Amachine=rs6000" /* Define different binder options for MACH. */ #undef LINK_SPEC diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h index 2be11f1..f28addc 100644 --- a/gcc/config/rs6000/rtems.h +++ b/gcc/config/rs6000/rtems.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-DPPC -Drtems -D__rtems__ \ - -Asystem(rtems) -Acpu(powerpc) -Amachine(powerpc)" + -Asystem=rtems -Acpu=powerpc -Amachine=powerpc" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 46394e1..dc70df9 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1052,7 +1052,7 @@ do { \ #define TARGET_VERSION fprintf (stderr, " (PowerPC System V.4)"); #define CPP_PREDEFINES \ - "-DPPC -Dunix -D__svr4__ -Asystem(unix) -Asystem(svr4) -Acpu(powerpc) -Amachine(powerpc)" + "-DPPC -Dunix -D__svr4__ -Asystem=unix -Asystem=svr4 -Acpu=powerpc -Amachine=powerpc" /* Pass various options to the assembler. */ /* Override svr4.h definition. */ @@ -1210,11 +1210,11 @@ do { \ #define CPP_SYSV_DEFAULT_SPEC "-D_CALL_SYSV" -#define CPP_ENDIAN_BIG_SPEC "-D_BIG_ENDIAN -D__BIG_ENDIAN__ -Amachine(bigendian)" +#define CPP_ENDIAN_BIG_SPEC "-D_BIG_ENDIAN -D__BIG_ENDIAN__ -Amachine=bigendian" -#define CPP_ENDIAN_LITTLE_SPEC "-D_LITTLE_ENDIAN -D__LITTLE_ENDIAN__ -Amachine(littleendian)" +#define CPP_ENDIAN_LITTLE_SPEC "-D_LITTLE_ENDIAN -D__LITTLE_ENDIAN__ -Amachine=littleendian" -#define CPP_ENDIAN_SOLARIS_SPEC "-D__LITTLE_ENDIAN__ -Amachine(littleendian)" +#define CPP_ENDIAN_SOLARIS_SPEC "-D__LITTLE_ENDIAN__ -Amachine=littleendian" /* For solaris, don't define _LITTLE_ENDIAN, it conflicts with a header file. */ #define CPP_ENDIAN_SPEC \ @@ -1369,14 +1369,14 @@ do { \ %{!ansi: \ %{!std=*:-Dunix -D__unix -Dlinux -D__linux} \ %{std=gnu*:-Dunix -D__unix -Dlinux -D__linux}}} \ --Asystem(unix) -Asystem(posix)" +-Asystem=unix -Asystem=posix" #else #define CPP_OS_LINUX_SPEC "-D__unix__ -D__linux__ \ %{!undef: \ %{!ansi: \ %{!std=*:-Dunix -D__unix -Dlinux -D__linux} \ %{std=gnu*:-Dunix -D__unix -Dlinux -D__linux}}} \ --Asystem(unix) -Asystem(posix) %{pthread:-D_REENTRANT}" +-Asystem=unix -Asystem=posix %{pthread:-D_REENTRANT}" #endif /* Solaris support. */ @@ -1419,7 +1419,7 @@ do { \ #define CPP_OS_SOLARIS_SPEC "-D__ppc -D__sun__=1 -D__unix__ -D__svr4__ -D__SVR4__ \ %{!undef:%{!ansi:%{!std=*:-Dsun=1 -Dunix -DSVR4 -D__EXTENSIONS__} \ %{std=gnu*:-Dsun=1 -Dunix -DSVR4 -D__EXTENSIONS__}}} \ --Amachine(prep)" +-Amachine=prep" /* VxWorks support. */ /* VxWorks does all the library stuff itself. */ diff --git a/gcc/config/rs6000/vxppc.h b/gcc/config/rs6000/vxppc.h index 01bc5f9..b13f6f5 100644 --- a/gcc/config/rs6000/vxppc.h +++ b/gcc/config/rs6000/vxppc.h @@ -41,15 +41,15 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "\ --D__vxworks -D__vxworks__ -Asystem(vxworks) -Asystem(embedded) \ --Acpu(powerpc) -Amachine(powerpc)" +-D__vxworks -D__vxworks__ -Asystem=vxworks -Asystem=embedded \ +-Acpu=powerpc -Amachine=powerpc" /* Don't define _LITTLE_ENDIAN or _BIG_ENDIAN */ #undef CPP_ENDIAN_BIG_SPEC -#define CPP_ENDIAN_BIG_SPEC "-D__BIG_ENDIAN__ -Amachine(bigendian)" +#define CPP_ENDIAN_BIG_SPEC "-D__BIG_ENDIAN__ -Amachine=bigendian" #undef CPP_ENDIAN_LITTLE_SPEC -#define CPP_ENDIAN_LITTLE_SPEC "-D__LITTLE_ENDIAN__ -Amachine(littleendian)" +#define CPP_ENDIAN_LITTLE_SPEC "-D__LITTLE_ENDIAN__ -Amachine=littleendian" /* We use stabs-in-elf for debugging */ #undef PREFERRED_DEBUGGING_TYPE diff --git a/gcc/config/sh/elf.h b/gcc/config/sh/elf.h index f05083e..5acfe75 100644 --- a/gcc/config/sh/elf.h +++ b/gcc/config/sh/elf.h @@ -67,7 +67,7 @@ Boston, MA 02111-1307, USA. */ /* Let code know that this is ELF. */ -#define CPP_PREDEFINES "-D__sh__ -D__ELF__ -Acpu(sh) -Amachine(sh)" +#define CPP_PREDEFINES "-D__sh__ -D__ELF__ -Acpu=sh -Amachine=sh" /* Pass -ml and -mrelax to the assembler and linker. */ #undef ASM_SPEC diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h index 07de915..3a10ac4 100644 --- a/gcc/config/sh/linux.h +++ b/gcc/config/sh/linux.h @@ -52,7 +52,7 @@ Boston, MA 02111-1307, USA. */ %{pthread:-D_REENTRANT -D_PTHREADS}" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__sh__ -Dlinux -Asystem(posix)" +#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__sh__ -Dlinux -Asystem=posix" #undef ASM_SPEC #define ASM_SPEC "%{!mb:-little} %{mrelax:-relax}" diff --git a/gcc/config/sh/rtems.h b/gcc/config/sh/rtems.h index 1507f12..014760e 100644 --- a/gcc/config/sh/rtems.h +++ b/gcc/config/sh/rtems.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__sh__ -Drtems -D__rtems__ \ - -Asystem(rtems) -Acpu(sh) -Amachine(sh)" + -Asystem=rtems -Acpu=sh -Amachine=sh" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/sh/rtemself.h b/gcc/config/sh/rtemself.h index 0c2aa50..db7bf7d 100644 --- a/gcc/config/sh/rtemself.h +++ b/gcc/config/sh/rtemself.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__sh__ -D__ELF__ -Drtems -D__rtems__ \ - -Asystem(rtems) -Acpu(sh) -Amachine(sh)" + -Asystem=rtems -Acpu=sh -Amachine=sh" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index d217f35..330fe2d 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -54,7 +54,7 @@ extern int code_for_indirect_jump_scratch; %{mnomacsave:-D__NOMACSAVE__} \ %{mhitachi:-D__HITACHI__}" -#define CPP_PREDEFINES "-D__sh__ -Acpu(sh) -Amachine(sh)" +#define CPP_PREDEFINES "-D__sh__ -Acpu=sh -Amachine=sh" #define ASM_SPEC "%{ml:-little} %{mrelax:-relax}" diff --git a/gcc/config/sparc/aout.h b/gcc/config/sparc/aout.h index 478d710..f640eb9 100644 --- a/gcc/config/sparc/aout.h +++ b/gcc/config/sparc/aout.h @@ -23,4 +23,4 @@ Boston, MA 02111-1307, USA. */ #include "aoutos.h" /* A.out definitions */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dsparc -Acpu=sparc -Amachine=sparc" diff --git a/gcc/config/sparc/elf.h b/gcc/config/sparc/elf.h index 635238f..f07dcd8 100644 --- a/gcc/config/sparc/elf.h +++ b/gcc/config/sparc/elf.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "sol2.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -D__elf__ -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dsparc -D__elf__ -Acpu=sparc -Amachine=sparc" #undef STARTFILE_SPEC #define STARTFILE_SPEC "crt0.o%s crti.o%s crtbegin.o%s" diff --git a/gcc/config/sparc/linux-aout.h b/gcc/config/sparc/linux-aout.h index 8063a6c..91561b0 100644 --- a/gcc/config/sparc/linux-aout.h +++ b/gcc/config/sparc/linux-aout.h @@ -69,7 +69,7 @@ Boston, MA 02111-1307, USA. */ #undef MAX_WCHAR_TYPE_SIZE #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dsparc -Dlinux -Asystem(unix) -Asystem(posix)" +#define CPP_PREDEFINES "-Dunix -Dsparc -Dlinux -Asystem=unix -Asystem=posix" #undef CPP_SUBTARGET_SPEC #define CPP_SUBTARGET_SPEC \ diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index a68c813..ee3b7fd 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -107,7 +107,7 @@ Boston, MA 02111-1307, USA. */ #undef MAX_WCHAR_TYPE_SIZE #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__sparc__ -Dlinux -Asystem(unix) -Asystem(posix)" +#define CPP_PREDEFINES "-D__ELF__ -Dunix -D__sparc__ -Dlinux -Asystem=unix -Asystem=posix" #undef CPP_SUBTARGET_SPEC #ifdef USE_GNULIBC_1 diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index acd98dd..da2f4fe 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -61,7 +61,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_ARCH32_SPEC #define CPP_ARCH32_SPEC "%{mlong-double-128:-D__LONG_DOUBLE_128__} \ -D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int \ --D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc)" +-D__GCC_NEW_VARARGS__ -Acpu=sparc -Amachine=sparc" #endif @@ -174,7 +174,7 @@ Boston, MA 02111-1307, USA. */ #endif #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -Dunix -D_LONGLONG -D__sparc__ -Dlinux -Asystem(unix) -Asystem(posix)" +#define CPP_PREDEFINES "-D__ELF__ -Dunix -D_LONGLONG -D__sparc__ -Dlinux -Asystem=unix -Asystem=posix" #undef CPP_SUBTARGET_SPEC #define CPP_SUBTARGET_SPEC "\ diff --git a/gcc/config/sparc/lite.h b/gcc/config/sparc/lite.h index 55c232a..22c47e1 100644 --- a/gcc/config/sparc/lite.h +++ b/gcc/config/sparc/lite.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "sparc/sparc.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -Dsparclite -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dsparc -Dsparclite -Acpu=sparc -Amachine=sparc" #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (sparclite)"); diff --git a/gcc/config/sparc/litecoff.h b/gcc/config/sparc/litecoff.h index 84290f3..c662eb3 100644 --- a/gcc/config/sparc/litecoff.h +++ b/gcc/config/sparc/litecoff.h @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ #include "svr3.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -Dsparclite -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dsparc -Dsparclite -Acpu=sparc -Amachine=sparc" /* Default to stabs in COFF. */ diff --git a/gcc/config/sparc/liteelf.h b/gcc/config/sparc/liteelf.h index 164cf20..6eb183a 100644 --- a/gcc/config/sparc/liteelf.h +++ b/gcc/config/sparc/liteelf.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "sparc/elf.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__sparc__ -D__sparclite__ -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-D__sparc__ -D__sparclite__ -Acpu=sparc -Amachine=sparc" /* Default to dwarf2 in ELF. */ diff --git a/gcc/config/sparc/lynx-ng.h b/gcc/config/sparc/lynx-ng.h index 9e9f82c..b88b739 100644 --- a/gcc/config/sparc/lynx-ng.h +++ b/gcc/config/sparc/lynx-ng.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dsparc -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dunix -Dsparc -DLynx -DIBITS32 -Asystem=unix -Asystem=lynx -Acpu=sparc -Amachine=sparc" /* Provide required defaults for linker switches. */ diff --git a/gcc/config/sparc/lynx.h b/gcc/config/sparc/lynx.h index 2bfda57..8d202e3 100644 --- a/gcc/config/sparc/lynx.h +++ b/gcc/config/sparc/lynx.h @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dsparc -DSPARC -DLynx -DLYNX -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dunix -Dsparc -DSPARC -DLynx -DLYNX -DIBITS32 -Asystem=unix -Asystem=lynx -Acpu=sparc -Amachine=sparc" #undef LINK_SPEC diff --git a/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h index a512f41..2d92d6b 100644 --- a/gcc/config/sparc/netbsd.h +++ b/gcc/config/sparc/netbsd.h @@ -7,7 +7,7 @@ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dsparc -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dunix -Dsparc -D__NetBSD__ -Asystem=unix -Asystem=NetBSD -Acpu=sparc -Amachine=sparc" /* Make gcc agree with <machine/ansi.h> */ diff --git a/gcc/config/sparc/openbsd.h b/gcc/config/sparc/openbsd.h index 19ece97..c5dc443 100644 --- a/gcc/config/sparc/openbsd.h +++ b/gcc/config/sparc/openbsd.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #include <openbsd.h> /* Run-time target specifications. */ -#define CPP_PREDEFINES "-D__unix__ -D__sparc__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-D__unix__ -D__sparc__ -D__OpenBSD__ -Asystem=unix -Asystem=OpenBSD -Acpu=sparc -Amachine=sparc" /* Layout of source language data types */ diff --git a/gcc/config/sparc/pbd.h b/gcc/config/sparc/pbd.h index eaeef3d..3ffffb8 100644 --- a/gcc/config/sparc/pbd.h +++ b/gcc/config/sparc/pbd.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -DUnicomPBD -Dunix -D__GCC_NEW_VARARGS__ -Asystem(unix) -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dsparc -DUnicomPBD -Dunix -D__GCC_NEW_VARARGS__ -Asystem=unix -Acpu=sparc -Amachine=sparc" /* We want DBX format for use with gdb under COFF. */ diff --git a/gcc/config/sparc/rtems.h b/gcc/config/sparc/rtems.h index 22adfae3..36fcf33 100644 --- a/gcc/config/sparc/rtems.h +++ b/gcc/config/sparc/rtems.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dsparc -D__GCC_NEW_VARARGS__ -Drtems -D__rtems__ \ - -Asystem(rtems) -Acpu(sparc) -Amachine(sparc)" + -Asystem=rtems -Acpu=sparc -Amachine=sparc" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/sparc/rtemself.h b/gcc/config/sparc/rtemself.h index d6f5ae9..8b25c4b 100644 --- a/gcc/config/sparc/rtemself.h +++ b/gcc/config/sparc/rtemself.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dsparc -D__GCC_NEW_VARARGS__ -Drtems -D__rtems__ \ - -Asystem(rtems) -Acpu(sparc) -Amachine(sparc)" + -Asystem=rtems -Acpu=sparc -Amachine=sparc" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/sparc/sol2-sld-64.h b/gcc/config/sparc/sol2-sld-64.h index 740789c..a00f010 100644 --- a/gcc/config/sparc/sol2-sld-64.h +++ b/gcc/config/sparc/sol2-sld-64.h @@ -163,10 +163,10 @@ #undef CPP_ARCH32_SPEC #define CPP_ARCH32_SPEC "-D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int \ --D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc)" +-D__GCC_NEW_VARARGS__ -Acpu=sparc -Amachine=sparc" #undef CPP_ARCH64_SPEC #define CPP_ARCH64_SPEC "-D__SIZE_TYPE__=long\\ unsigned\\ int -D__PTRDIFF_TYPE__=long\\ int \ --D__arch64__ -Acpu(sparc64) -Amachine(sparcv9) -D__sparcv9" +-D__arch64__ -Acpu=sparc64 -Amachine=sparcv9 -D__sparcv9" #undef CPP_ARCH_SPEC #define CPP_ARCH_SPEC "\ diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 3872295..5075f9a 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-Dsparc -Dsun -Dunix -D__svr4__ -D__SVR4 \ --Asystem(unix) -Asystem(svr4)" +-Asystem=unix -Asystem=svr4" #undef CPP_SUBTARGET_SPEC #define CPP_SUBTARGET_SPEC "\ diff --git a/gcc/config/sparc/sp64-aout.h b/gcc/config/sparc/sp64-aout.h index e3056df..ea3433d 100644 --- a/gcc/config/sparc/sp64-aout.h +++ b/gcc/config/sparc/sp64-aout.h @@ -35,4 +35,4 @@ Boston, MA 02111-1307, USA. */ #define SPARC_DEFAULT_CMODEL CM_MEDLOW #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dsparc -Acpu=sparc -Amachine=sparc" diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h index 6d05254..b314899 100644 --- a/gcc/config/sparc/sp64-elf.h +++ b/gcc/config/sparc/sp64-elf.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ #define SPARC_DEFAULT_CMODEL CM_EMBMEDANY #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -D__ELF__ -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dsparc -D__ELF__ -Acpu=sparc -Amachine=sparc" /* __svr4__ is used by the C library (FIXME) */ #undef CPP_SUBTARGET_SPEC diff --git a/gcc/config/sparc/sp86x-aout.h b/gcc/config/sparc/sp86x-aout.h index 3d4aa8f..90eeae1 100644 --- a/gcc/config/sparc/sp86x-aout.h +++ b/gcc/config/sparc/sp86x-aout.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #define HAVE_ATEXIT #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__sparc__ -D__sparclite86x__ -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-D__sparc__ -D__sparclite86x__ -Acpu=sparc -Amachine=sparc" #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (sparclite 86x)"); diff --git a/gcc/config/sparc/sp86x-elf.h b/gcc/config/sparc/sp86x-elf.h index 9b08512..f09d27d 100644 --- a/gcc/config/sparc/sp86x-elf.h +++ b/gcc/config/sparc/sp86x-elf.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "sparc/elf.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__sparc__ -D__sparclite86x__ -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-D__sparc__ -D__sparclite86x__ -Acpu=sparc -Amachine=sparc" /* Default to dwarf2 in ELF. */ diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 89adebf..ee3660f 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -216,7 +216,7 @@ Unrecognized value in TARGET_CPU_DEFAULT. CPP_PREFINES. Also, -D values in CPP_SUBTARGET_SPEC don't get turned into foo, __foo and __foo__. */ -#define CPP_PREDEFINES "-Dsparc -Dsun -Dunix -Asystem(unix) -Asystem(bsd)" +#define CPP_PREDEFINES "-Dsparc -Dsun -Dunix -Asystem=unix -Asystem=bsd" /* Define macros to distinguish architectures. */ @@ -249,14 +249,14 @@ Unrecognized value in TARGET_CPU_DEFAULT. #ifdef SPARC_BI_ARCH #define CPP_ARCH32_SPEC "-D__SIZE_TYPE__=unsigned\\ int -D__PTRDIFF_TYPE__=int \ --D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc)" +-D__GCC_NEW_VARARGS__ -Acpu=sparc -Amachine=sparc" #define CPP_ARCH64_SPEC "-D__SIZE_TYPE__=long\\ unsigned\\ int -D__PTRDIFF_TYPE__=long\\ int \ --D__arch64__ -Acpu(sparc64) -Amachine(sparc64)" +-D__arch64__ -Acpu=sparc64 -Amachine=sparc64" #else -#define CPP_ARCH32_SPEC "-D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc)" -#define CPP_ARCH64_SPEC "-D__arch64__ -Acpu(sparc64) -Amachine(sparc64)" +#define CPP_ARCH32_SPEC "-D__GCC_NEW_VARARGS__ -Acpu=sparc -Amachine=sparc" +#define CPP_ARCH64_SPEC "-D__arch64__ -Acpu=sparc64 -Amachine=sparc64" #endif diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h index 618da77..0825910 100644 --- a/gcc/config/sparc/sysv4.h +++ b/gcc/config/sparc/sysv4.h @@ -61,7 +61,7 @@ Boston, MA 02111-1307, USA. */ the Sparc running svr4. __svr4__ is our extension. */ #define CPP_PREDEFINES \ -"-Dsparc -Dunix -D__svr4__ -Asystem(unix) -Asystem(svr4)" +"-Dsparc -Dunix -D__svr4__ -Asystem=unix -Asystem=svr4" /* The native assembler can't compute differences between symbols in different sections when generating pic code, so we must put jump tables in the diff --git a/gcc/config/sparc/vxsim.h b/gcc/config/sparc/vxsim.h index eb51dc6..64c88ea 100644 --- a/gcc/config/sparc/vxsim.h +++ b/gcc/config/sparc/vxsim.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ "-DCPU=SIMSPARCSOLARIS -D__vxworks -D__vxworks__ -Dsparc -D__svr4__ -D__SVR4 \ - -Asystem(embedded) -Asystem(svr4) -Acpu(sparc) -Amachine(sparc)\ + -Asystem=embedded -Asystem=svr4 -Acpu=sparc -Amachine=sparc\ -D__GCC_NEW_VARARGS__" #undef CPP_SPEC diff --git a/gcc/config/sparc/vxsparc.h b/gcc/config/sparc/vxsparc.h index 18ce6ed..f555f66 100644 --- a/gcc/config/sparc/vxsparc.h +++ b/gcc/config/sparc/vxsparc.h @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #define STARTFILE_SPEC "" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-Dsparc -Acpu=sparc -Amachine=sparc" /* Note that we define CPU here even if the user has specified -ansi. This violates user namespace, but the VxWorks headers, and potentially diff --git a/gcc/config/v850/rtems.h b/gcc/config/v850/rtems.h index e306318..6317e5d 100644 --- a/gcc/config/v850/rtems.h +++ b/gcc/config/v850/rtems.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__v851__ -D__v850 -Drtems \ - -Asystem(rtems) -Acpu(v850) -Amachine(v850)" + -Asystem=rtems -Acpu=v850 -Amachine=v850" /* Generate calls to memcpy, memcmp and memset. */ #ifndef TARGET_MEM_FUNCTIONS diff --git a/gcc/config/vax/netbsd.h b/gcc/config/vax/netbsd.h index 23f3ff5..a2f8532 100644 --- a/gcc/config/vax/netbsd.h +++ b/gcc/config/vax/netbsd.h @@ -1,5 +1,5 @@ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)" +#define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem=unix -Asystem=NetBSD -Acpu=vax -Amachine=vax" /* Make gcc agree with <machine/ansi.h> */ diff --git a/gcc/config/vax/openbsd.h b/gcc/config/vax/openbsd.h index ad12426..777ae33 100644 --- a/gcc/config/vax/openbsd.h +++ b/gcc/config/vax/openbsd.h @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */ /* Amend common OpenBSD definitions for vax target. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__unix__ -D__vax__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(vax) -Amachine(vax)" +#define CPP_PREDEFINES "-D__unix__ -D__vax__ -D__OpenBSD__ -Asystem=unix -Asystem=OpenBSD -Acpu=vax -Amachine=vax" /* Layout of source language data types. */ diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h index 9f2d00d..9cc8bd6 100644 --- a/gcc/config/vax/ultrix.h +++ b/gcc/config/vax/ultrix.h @@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2 -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)" +#define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2 -Asystem=unix -Asystem=bsd -Acpu=vax -Amachine=vax" /* These are as defined in /usr/include/sys/stdtypes.h. These values are for ultrix 4.2 on the vax. */ diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index 8b15061..fe8f845 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dvax -D__vax__ -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)" +#define CPP_PREDEFINES "-Dvax -D__vax__ -Dunix -Asystem=unix -Asystem=bsd -Acpu=vax -Amachine=vax" /* Use -J option for long branch support with Unix assembler. */ diff --git a/gcc/config/vax/vaxv.h b/gcc/config/vax/vaxv.h index ed61d23..3d5de76 100644 --- a/gcc/config/vax/vaxv.h +++ b/gcc/config/vax/vaxv.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #define SCCS_DIRECTIVE #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dvax -Dunix -Asystem(unix) -Asystem(svr3) -Acpu(vax) -Amachine(vax)" +#define CPP_PREDEFINES "-Dvax -Dunix -Asystem=unix -Asystem=svr3 -Acpu=vax -Amachine=vax" /* Output #ident as a .ident. */ diff --git a/gcc/config/vax/vms.h b/gcc/config/vax/vms.h index d9f4f7f..08e7453 100644 --- a/gcc/config/vax/vms.h +++ b/gcc/config/vax/vms.h @@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */ and GNU CPP is not used on VMS except with GNU C. */ #define CPP_PREDEFINES \ "-Dvax -Dvms -DVMS -D__vax__ -D__vms__ -D__VMS__\ - -D__GNUC__=2 -D__GNUC_MINOR__=7 -Asystem(vms) -Acpu(vax) -Amachine(vax)" + -D__GNUC__=2 -D__GNUC_MINOR__=7 -Asystem=vms -Acpu=vax -Amachine=vax" /* These match the definitions used in VAXCRTL, the VMS C run-time library */ diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h index 23bf114..845067c 100644 --- a/gcc/config/we32k/we32k.h +++ b/gcc/config/we32k/we32k.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dwe32000 -Du3b2 -Dunix -Asystem(unix) -Acpu(we32000) -Amachine(we32000)" +#define CPP_PREDEFINES "-Dwe32000 -Du3b2 -Dunix -Asystem=unix -Acpu=we32000 -Amachine=we32000" /* Print subsidiary information on the compiler version in use. */ |