diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-05 13:06:54 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-05 13:06:54 +0000 |
commit | 8b4bc488add88bda73efda1711b66ca4255402a0 (patch) | |
tree | 694ccce063ea5ba523892b585a611950bb1e41c7 /gcc/config/sparc | |
parent | c682aadfbdce0184e90aca968b87729cf26c38f7 (diff) | |
download | gcc-8b4bc488add88bda73efda1711b66ca4255402a0.tar.gz |
Remove -Amachine and -Acpu from here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42908 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r-- | gcc/config/sparc/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/elf.h b/gcc/config/sparc/elf.h index 9d14659fcf9..20bea820951 100644 --- a/gcc/config/sparc/elf.h +++ b/gcc/config/sparc/elf.h @@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dsparc -D__elf__ -Acpu=sparc -Amachine=sparc" +#define CPP_PREDEFINES "-Dsparc -D__elf__" #undef STARTFILE_SPEC #define STARTFILE_SPEC "crt0.o%s crti.o%s crtbegin.o%s" |