diff options
Diffstat (limited to 'gcc/config/i386/netbsd64.h')
-rw-r--r-- | gcc/config/i386/netbsd64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/netbsd64.h b/gcc/config/i386/netbsd64.h index 24448c98515..bd0c607f83d 100644 --- a/gcc/config/i386/netbsd64.h +++ b/gcc/config/i386/netbsd64.h @@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA. */ /* Provide a CPP_SPEC appropriate for NetBSD. */ #undef CPP_SPEC -#define CPP_SPEC "%(cpp_cpu) %(netbsd_cpp_spec)" +#define CPP_SPEC "%(netbsd_cpp_spec)" /* Output assembler code to FILE to call the profiler. */ |