OSDN Git Service

(CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 1997 17:23:05 +0000 (17:23 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 1997 17:23:05 +0000 (17:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14179 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/mot3300.h

index d86874c..e6160ec 100644 (file)
@@ -73,7 +73,8 @@ Boston, MA 02111-1307, USA.  */
 #define LINK_SPEC "%{v:-v}"
 #endif /* defined (USE_GLD) */
 
-#define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__}"
+#define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__}\
+%{!mc68000:%{!m68000: -D__mc68020__}}"
 
 /* Shared libraries need to use crt0s.o  */