# HG changeset patch # User Dan Nicolaescu # Date 1216660595 0 # Node ID 2262534e4e66535d0202e5d235cce9db412d9505 # Parent 355aa36db10cc9deda016337729fddd89ca05426 Use SOLARIS2 instead of sun. diff -r 355aa36db10c -r 2262534e4e66 src/ChangeLog --- a/src/ChangeLog Mon Jul 21 17:08:13 2008 +0000 +++ b/src/ChangeLog Mon Jul 21 17:16:35 2008 +0000 @@ -1,3 +1,7 @@ +2008-07-21 Dan Nicolaescu + + * m/amdx86-64.h: Use SOLARIS2 instead of sun. + 2008-07-21 Chong Yidong * nsfns.m: Change NS to Nextstep in docstrings and error messages. diff -r 355aa36db10c -r 2262534e4e66 src/m/amdx86-64.h --- a/src/m/amdx86-64.h Mon Jul 21 17:08:13 2008 +0000 +++ b/src/m/amdx86-64.h Mon Jul 21 17:16:35 2008 +0000 @@ -101,12 +101,12 @@ /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ -#elif defined(sun) +#elif defined(SOLARIS2) #undef START_FILES #undef LIB_STANDARD -#else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */ +#else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */ #undef START_FILES #ifdef HAVE_LIB64_DIR