diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/amdx86-64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index 139cfd1003a..bc3886f3473 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h | |||
| @@ -101,12 +101,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 101 | 101 | ||
| 102 | /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ | 102 | /* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */ |
| 103 | 103 | ||
| 104 | #elif defined(sun) | 104 | #elif defined(SOLARIS2) |
| 105 | 105 | ||
| 106 | #undef START_FILES | 106 | #undef START_FILES |
| 107 | #undef LIB_STANDARD | 107 | #undef LIB_STANDARD |
| 108 | 108 | ||
| 109 | #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */ | 109 | #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */ |
| 110 | 110 | ||
| 111 | #undef START_FILES | 111 | #undef START_FILES |
| 112 | #ifdef HAVE_LIB64_DIR | 112 | #ifdef HAVE_LIB64_DIR |