diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-11 19:51:02 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-11 19:51:02 +0000 |
commit | d7d5ee15fb67abf299589b3570196dc4f5d173d9 (patch) | |
tree | 41d16520f2a5d34a179470d11de116ea0791c39e /gcc/config/alpha/linux.h | |
parent | e3167824e58e332bc24f704e70c05729a939f5cf (diff) | |
download | gcc-d7d5ee15fb67abf299589b3570196dc4f5d173d9.tar.gz |
* config/linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu).
* config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43210 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/linux.h')
-rw-r--r-- | gcc/config/alpha/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index fb33b44d34a..e2a6e6004d7 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -30,7 +30,7 @@ SUB_CPP_PREDEFINES /* The GNU C++ standard library requires that these macros be defined. */ #undef CPLUSPLUS_CPP_SPEC -#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp_cpu)" +#define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)" #undef LIB_SPEC #define LIB_SPEC \ |