Changeset - r6220:b2a44df4f654
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-03-05 15:24:17
truelight@openttd.org
(svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1209,12 +1209,13 @@ detect_os() {
 
					/linux/        { print "UNIX";    exit}
 
					/darwin/       { print "OSX";     exit}
 
					/freebsd/      { print "FREEBSD"; exit}
 
					/morphos/      { print "MORPHOS"; exit}
 
					/beos/         { print "BEOS";    exit}
 
					/sunos/        { print "SUNOS";   exit}
 
					/solaris/      { print "SUNOS";   exit}
 
					/cygwin/       { print "CYGWIN";  exit}
 
					/mingw/        { print "MINGW";   exit}
 
					/os2/          { print "OS2";     exit}
 
					/wince/        { print "WINCE";   exit}
 
					/psp/          { print "PSP";     exit}
 
		'`
0 comments (0 inline, 0 general)