Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc/config Add missing %(cpp_cpu).



details:   https://anonhg.NetBSD.org/src/rev/5d48a492f00c
branches:  trunk
changeset: 512856:5d48a492f00c
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Jul 18 13:54:47 2001 +0000

description:
Add missing %(cpp_cpu).

diffstat:

 gnu/dist/toolchain/gcc/config/netbsd.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7958aad5274d -r 5d48a492f00c gnu/dist/toolchain/gcc/config/netbsd.h
--- a/gnu/dist/toolchain/gcc/config/netbsd.h    Wed Jul 18 13:54:19 2001 +0000
+++ b/gnu/dist/toolchain/gcc/config/netbsd.h    Wed Jul 18 13:54:47 2001 +0000
@@ -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.  */



Home | Main Index | Thread Index | Old Index