freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.

* config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
	Remove support for FreeBSD 5 and earlier.

From-SVN: r230397
This commit is contained in:
Gerald Pfeifer 2015-11-15 20:03:24 +00:00 committed by Gerald Pfeifer
parent 78ab5260a1
commit 01a0467e23
2 changed files with 6 additions and 4 deletions

View 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.

View 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