diff options
author | Anthony Green <green@redhat.com> | 2001-06-05 13:06:54 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2001-06-05 13:06:54 +0000 |
commit | 7f471801f0e1f0c7befbc6cc9377642d7e3a8ac6 (patch) | |
tree | 694ccce063ea5ba523892b585a611950bb1e41c7 | |
parent | bea09693c9fcd220569bc8c9bbeb0862eaf8daac (diff) | |
download | gcc-7f471801f0e1f0c7befbc6cc9377642d7e3a8ac6.zip gcc-7f471801f0e1f0c7befbc6cc9377642d7e3a8ac6.tar.gz gcc-7f471801f0e1f0c7befbc6cc9377642d7e3a8ac6.tar.bz2 |
Remove -Amachine and -Acpu from here.
From-SVN: r42908
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sparc/elf.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e4a01a4..d2cc8fa8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-06-04 Anthony Green <green@redhat.com> + + * config/sparc/elf.h (CPP_PREDEFINES): Don't assert cpu or + machine. This is now done in sparc.h. + 2001-06-05 Nathan Sidwell <nathan@codesourcery.com> Correct CVS resurrection of invoke.texi. diff --git a/gcc/config/sparc/elf.h b/gcc/config/sparc/elf.h index 9d14659..20bea82 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" |