Commit 01a0467e by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent 78ab5260
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> 2015-11-14 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* configure: Regenerate. * configure: Regenerate.
...@@ -121,10 +121,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -121,10 +121,7 @@ along with GCC; see the file COPYING3. If not see
/* Static stack checking is supported by means of probes. */ /* Static stack checking is supported by means of probes. */
#define STACK_CHECK_STATIC_BUILTIN 1 #define STACK_CHECK_STATIC_BUILTIN 1
/* Support for i386 has been removed from FreeBSD 6.0 onward. */ #define SUBTARGET32_DEFAULT_CPU "i586"
#if FBSD_MAJOR >= 6
#define SUBTARGET32_DEFAULT_CPU "i486"
#endif
#define TARGET_ASM_FILE_END file_end_indicate_exec_stack #define TARGET_ASM_FILE_END file_end_indicate_exec_stack
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment