freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 15 Nov 2015 20:03:24 +0000 (20:03 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 15 Nov 2015 20:03:24 +0000 (20:03 +0000)
* config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
Remove support for FreeBSD 5 and earlier.

From-SVN: r230397

gcc/ChangeLog
gcc/config/i386/freebsd.h

index ed9560128bb5c1042e441bdc1cbf8c390d2bbe89..a034df87705279416a4db051d311ac0a73bc0166 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-15  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
+       Remove support for FreeBSD 5 and earlier.
+
 2015-11-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
 
        * configure: Regenerate.
index 6ce160ed4095cd486141f7afae233d436a9957d3..db7dd7ff9f02dd2632eec54e15b8ed66d6720906 100644 (file)
@@ -121,10 +121,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Static stack checking is supported by means of probes.  */
 #define STACK_CHECK_STATIC_BUILTIN 1
 
-/* Support for i386 has been removed from FreeBSD 6.0 onward.  */
-#if FBSD_MAJOR >= 6
-#define SUBTARGET32_DEFAULT_CPU "i486"
-#endif
+#define SUBTARGET32_DEFAULT_CPU "i586"
 
 #define TARGET_ASM_FILE_END file_end_indicate_exec_stack