This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

Invalid configuration: i1586... on Pentium 4


When I run ./configure on a Pentium 4, it runs /usr/share/automake/config.sub.

config.sub reports:

Invalid configuration: i1586-pc-cygwin: machine 'i1586-pc' not recognized.

To work around this, I added the following to config.sub at line 165:

i*86-pc)
	basic_machine=$basic_machine
	;;

I know this is a hack, but it works.

-Ross



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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