Remove -Amachine and -Acpu from here.
authorAnthony Green <green@redhat.com>
Tue, 5 Jun 2001 13:06:54 +0000 (13:06 +0000)
committerAnthony Green <green@gcc.gnu.org>
Tue, 5 Jun 2001 13:06:54 +0000 (13:06 +0000)
From-SVN: r42908

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

index e4a01a4105ff964d2eb9ea35ab068267c3631bda..d2cc8fa8983fa45fad4052676ff53b18d5283231 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 9d14659fcf9e46a2c516184cb8862e1dd80b2a37..20bea8209517d70e11e2a824cc1696fbe29f5048 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"