aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorChong Yidong2006-12-08 15:45:59 +0000
committerChong Yidong2006-12-08 15:45:59 +0000
commita15fc3c3c2c20b14e8f27e1f15db107ea87ad3bf (patch)
treef57d75a125f61d811322189cf84bf024567eedc6 /src/m
parentaf46e1330312614ceb2d3cefe174d99944c99f06 (diff)
downloademacs-a15fc3c3c2c20b14e8f27e1f15db107ea87ad3bf.tar.gz
emacs-a15fc3c3c2c20b14e8f27e1f15db107ea87ad3bf.zip
Add support for Solaris 10 on x86-64.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/amdx86-64.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h
index 940ff70dbda..670360336a8 100644
--- a/src/m/amdx86-64.h
+++ b/src/m/amdx86-64.h
@@ -125,7 +125,12 @@ Boston, MA 02110-1301, USA. */
125#undef LIB_STANDARD 125#undef LIB_STANDARD
126#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o 126#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o
127 127
128#else /* !__OpenBSD__ && !__FreeBSD__ */ 128#elif defined(sun)
129
130#undef START_FILES
131#undef LIB_STANDARD
132
133#else /* !__OpenBSD__ && !__FreeBSD__ && !sun */
129 134
130#undef START_FILES 135#undef START_FILES
131#ifdef HAVE_X86_64_LIB64_DIR 136#ifdef HAVE_X86_64_LIB64_DIR