mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
9a84e6bfb5
optimizations. The motivation to make a separate pgcc port is, to provide two versions, an official release, which is missing the leading edge of developement and an interesting current version, which fixes some things and might breake (or not) others. Fact is, that one is able to compile and run a complete FreeBSD-current kernel without trouble and so closes 2 PR's. >Number: 1221 >Category: bino and possibly >Number: 1222 >Category: ports (should be tested by the submitter.
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
--- config/i386/freebsd.h.orig Tue Dec 17 22:43:42 1996
|
|
+++ config/i386/freebsd.h Tue Dec 17 22:44:35 1996
|
|
@@ -21,7 +21,9 @@
|
|
Boston, MA 02111-1307, USA. */
|
|
|
|
/* This goes away when the math-emulator is fixed */
|
|
+#ifndef TARGET_CPU_DEFAULT
|
|
#define TARGET_CPU_DEFAULT 0400 /* TARGET_NO_FANCY_MATH_387 */
|
|
+#endif
|
|
|
|
/* This is tested by i386gas.h. */
|
|
#define YES_UNDERSCORES
|