summaryrefslogtreecommitdiff
path: root/gcc/config/i386/gas.h
diff options
context:
space:
mode:
authorcoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>1996-09-27 16:01:16 +0000
committercoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>1996-09-27 16:01:16 +0000
commit968a1ba09ec0c2c2404fd42b02235e136fa85b2e (patch)
tree9516f30fd382b5e1c57197f04954577bfc214594 /gcc/config/i386/gas.h
parent3ab33234a25de8999e0d90b4f340ee50c80a5dc8 (diff)
downloadgcc-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/gas.h')
-rw-r--r--gcc/config/i386/gas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h
index ce49d185b1e..fbfba7456be 100644
--- a/gcc/config/i386/gas.h
+++ b/gcc/config/i386/gas.h
@@ -56,8 +56,8 @@ Boston, MA 02111-1307, USA. */
/* Specify predefined symbols in preprocessor. */
-#define CPP_PREDEFINES "-Dunix -Di386 -Asystem(unix) -Acpu(i386) -Amachine(i386)"
-#define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"
+#define CPP_PREDEFINES "-Dunix"
+#define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{posix:-D_POSIX_SOURCE}"
/* Allow #sccs in preprocessor. */