diff options
Diffstat (limited to 'gcc/config/m68k/linux.h')
-rw-r--r-- | gcc/config/m68k/linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 0ebc5f1ca71..9ba66f7680d 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -23,6 +23,10 @@ Boston, MA 02111-1307, USA. */ #define USE_GAS /* But GAS wants jbsr instead of jsr */ #include <m68k/m68k.h> + +/* Make sure CC1 is undefined. */ +#undef CC1_SPEC + #include <linux.h> /* some common stuff */ #undef TARGET_VERSION |