mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
a1995689bb
b) make PIC object files for amd64 c) some clean ups
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
--- config.c.orig Tue Jul 1 12:35:09 2003
|
|
+++ config.c Tue Jul 1 12:35:44 2003
|
|
@@ -79,7 +79,7 @@
|
|
char *usermmnam[2] = {"", "GOTO"};
|
|
enum USERGEMM {UG_None=0, UG_GOTO};
|
|
|
|
-int XCOMP=0, THREADS=0, USEWINF77=0, NLINES=0, ISWIN=0;
|
|
+int XCOMP=0, THREADS=1, USEWINF77=0, NLINES=0, ISWIN=0; // force threading for single processor
|
|
char TARGNAM[512];
|
|
enum MACHTYPE mach=MACHOther;
|
|
|