]> git.eshelyaron.com Git - emacs.git/commitdiff
Add support for Solaris 10 on x86-64.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 8 Dec 2006 15:45:59 +0000 (15:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 8 Dec 2006 15:45:59 +0000 (15:45 +0000)
configure.in
src/ChangeLog
src/m/amdx86-64.h

index 0589d7ee19c4459ff3322c110a87d977b2356b7e..427201491f48662a424c7030f63094ff95ef686d 100644 (file)
@@ -951,6 +951,7 @@ dnl see the `changequote' comment above.
       m68* )           machine=sun3 ;;
       i[3456]86-sun-sunos[34]* )       machine=sun386 ;;
       i[3456]86-*-* )     machine=intel386 ;;
+      amd64-*-*|x86_64-*-*)    machine=amdx86-64 ;;
       powerpcle* )      machine=powerpcle ;;
       powerpc* | rs6000* )  machine=ibmrs6000 ;;
       sparc* )         machine=sparc ;;
index d74331f8885a17129618565b528ef9c0dca071eb..bae86f83fc25b51bc1a57d7a5230004f11d0e7cf 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-08  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org> (tiny change)
+
+       * m/amdx86-64.h: Add support for Solaris 10 on x86-64.
+
 2006-12-08  Kenichi Handa  <handa@m17n.org>
 
        * xterm.c (x_query_font): Use xstricmp instead off strcasecmp.
index 940ff70dbdaa1a57214101739b2763576f0da866..670360336a8fdeebb4f6ef3c72ac14a9b13a664a 100644 (file)
@@ -125,7 +125,12 @@ Boston, MA 02110-1301, USA.  */
 #undef LIB_STANDARD
 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o
 
-#else /* !__OpenBSD__ && !__FreeBSD__ */
+#elif defined(sun)
+
+#undef START_FILES
+#undef LIB_STANDARD
+
+#else /* !__OpenBSD__ && !__FreeBSD__ && !sun */
 
 #undef START_FILES
 #ifdef HAVE_X86_64_LIB64_DIR