(CPP_PREDEFINES): Add -D_NEXT_SOURCE.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 26 Oct 1996 17:59:02 +0000 (13:59 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 26 Oct 1996 17:59:02 +0000 (13:59 -0400)
From-SVN: r13036

gcc/config/m68k/next.h

index 23f7ff133037cb7447ff57ec9af44b083e8645f2..84d416fb3295ee3e14a249af8cd94f85cc85c6ec 100644 (file)
@@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Names to predefine in the preprocessor for this target machine.  */
 
-#define CPP_PREDEFINES "-Dmc68000 -Dm68k -DNeXT -Dunix -D__MACH__ -D__BIG_ENDIAN__ -D__ARCHITECTURE__=\"m68k\" -Asystem(unix)  -Asystem(mach) -Acpu(m68k) -Amachine(m68k)"
+#define CPP_PREDEFINES "-Dmc68000 -Dm68k -DNeXT -Dunix -D__MACH__ -D__BIG_ENDIAN__ -D__ARCHITECTURE__=\"m68k\" -Asystem(unix)  -Asystem(mach) -Acpu(m68k) -Amachine(m68k) -D_NEXT_SOURCE"
 
 /* Every structure or union's size must be a multiple of 2 bytes.
    (Why isn't this in m68k.h?)  */