OSDN Git Service

Remove -Amachine and -Acpu from here.
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jun 2001 13:06:54 +0000 (13:06 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Jun 2001 13:06:54 +0000 (13:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42908 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sparc/elf.h

index e4a01a4..d2cc8fa 100644 (file)
@@ -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.
index 9d14659..20bea82 100644 (file)
@@ -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"