This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Why does config.guess come up with such wacky stuff?


Ah, I thought it set the default for -mcpu.  In fact it does, when I
configure for i686-pc-sysv4.2uw2.1.3 instead of i386-pc-sysv4.2uw2.1.3
I get:

--- ../crud/./gcc/tm.h  Wed Dec  1 12:49:40 1999
+++ ./gcc/tm.h  Wed Dec  1 12:51:27 1999
@@ -1,3 +1,4 @@
+#define TARGET_CPU_DEFAULT (3)
 #ifdef IN_GCC
 #include "gansidecl.h"
 #endif

-- 
John Hughes <john@Calva.COM>, 
        CalvaEDI SA.                            Tel: +33-1-4313-3131
        66 rue du Moulin de la Pointe,          Fax: +33-1-4313-3139
        75013 PARIS.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]