mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 21:41:14 +08:00
* config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
From-SVN: r164396
This commit is contained in:
parent
ba67f4877a
commit
f52a39cde6
@ -1,3 +1,7 @@
|
||||
2010-09-18 Tijl Coosemans <tijl@coosemans.org>
|
||||
|
||||
* config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
|
||||
|
||||
2010-09-18 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
|
||||
|
@ -147,3 +147,8 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user