diff options
author | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-27 16:01:16 +0000 |
---|---|---|
committer | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-09-27 16:01:16 +0000 |
commit | 968a1ba09ec0c2c2404fd42b02235e136fa85b2e (patch) | |
tree | 9516f30fd382b5e1c57197f04954577bfc214594 /gcc/config/i386/osfelf.h | |
parent | 3ab33234a25de8999e0d90b4f340ee50c80a5dc8 (diff) | |
download | gcc-968a1ba09ec0c2c2404fd42b02235e136fa85b2e.tar.gz |
(CPP_SPEC): Use %[cpp_cpu].
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12851 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/osfelf.h')
-rw-r--r-- | gcc/config/i386/osfelf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/osfelf.h b/gcc/config/i386/osfelf.h index 7e71fe98f6b..4604a341175 100644 --- a/gcc/config/i386/osfelf.h +++ b/gcc/config/i386/osfelf.h @@ -22,10 +22,10 @@ Boston, MA 02111-1307, USA. */ #include "config/i386/osfrose.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Di386 -Asystem(unix) -Asystem(xpg4) -Acpu(i386) -Amachine(i386)" +#define CPP_PREDEFINES "-DOSF -DOSF1 -Dunix -Asystem(xpg4)" #undef CPP_SPEC -#define CPP_SPEC "\ +#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] \ %{mrose: -D__ROSE__ %{!pic-none: -D__SHARED__}} \ %{!mrose: -D__ELF__ %{fpic: -D__SHARED__}} \ %{mno-underscores: -D__NO_UNDERSCORES__} \ |