mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
reduce build times, introduce options, drop unneeded dependencies, and make linking with ATLAS shared libraries easier) Thanks to maho and A. Shterenlikht for review and testing, and to mm, T. Ludwig, skreuzer, and E. Lemos de Sa for reminders or related submissions PR: 117923, 139169, 155650, 159876
14 lines
383 B
C
14 lines
383 B
C
--- CONFIG/src/backend/archinfo_x86.c.orig 2011-05-14 13:33:24.000000000 -0400
|
|
+++ CONFIG/src/backend/archinfo_x86.c 2011-09-06 05:59:18.000000000 -0400
|
|
@@ -309,9 +309,10 @@
|
|
case 0x1A:
|
|
case 0x1E:
|
|
case 0x1F:
|
|
+ case 0x25:
|
|
+ case 0x2C:
|
|
iret = IntCorei1;
|
|
break;
|
|
- case 0x25:
|
|
case 0x2A:
|
|
iret = IntCorei2;
|
|
break;
|