Add missing %(cpp_cpu).

This commit is contained in:
tv 2001-07-18 13:54:47 +00:00
parent 25da59331f
commit 38b4263bc6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
the GCC option `-posix'. */
#undef CPP_SPEC
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"
#define CPP_SPEC "%(cpp_cpu) %{posix:-D_POSIX_SOURCE}"
/* Provide an ASM_SPEC appropriate for NetBSD. Currently we only deal
with the options for generating PIC code. */