diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-17 15:50:08 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-17 15:50:08 +0000 |
commit | d9cbfcb620294212c5082753c141da7b5c7d3eaa (patch) | |
tree | 2688cff128c0e5280b223bd486de5a424de55616 /gcc/config/ia64/elf.h | |
parent | faecaacf4ac1bc0d416fa87f83050d99441fb1f0 (diff) | |
download | gcc-d9cbfcb620294212c5082753c141da7b5c7d3eaa.tar.gz |
* config/ia64/elf.h: Remove CPP_PREDEFINES.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/elf.h')
-rw-r--r-- | gcc/config/ia64/elf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/ia64/elf.h b/gcc/config/ia64/elf.h index af6d9176a7c..e30090d9c27 100644 --- a/gcc/config/ia64/elf.h +++ b/gcc/config/ia64/elf.h @@ -5,12 +5,6 @@ #define TARGET_VERSION fprintf (stderr, " (IA-64) ELF"); -/* Define this to be a string constant containing `-D' options to define the - predefined macros that identify this machine and system. These macros will - be predefined unless the `-ansi' option is specified. */ -/* ??? This is undefed in svr4.h. */ -#define CPP_PREDEFINES "-Dia64 -Amachine=ia64" - /* A C string constant that tells the GNU CC driver program options to pass to the assembler. It can also specify how to translate options you give to GNU CC into options for GNU CC to pass to the assembler. */ |