emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/amdx86-64.h,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/m/amdx86-64.h,v
Date: Thu, 17 Jan 2008 11:42:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/01/17 11:42:07

Index: amdx86-64.h
===================================================================
RCS file: /sources/emacs/emacs/src/m/amdx86-64.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- amdx86-64.h 8 Jan 2008 20:44:05 -0000       1.19
+++ amdx86-64.h 17 Jan 2008 11:42:07 -0000      1.20
@@ -146,7 +146,7 @@
 #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */
 
 #undef START_FILES
-#ifdef HAVE_X86_64_LIB64_DIR
+#ifdef HAVE_LIB64_DIR
 #define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
 #else
 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
@@ -158,7 +158,7 @@
    versions of ld are one-pass linkers, we need to mention -lgcc twice,
    or else we risk getting unresolved externals.  */
 #undef LIB_STANDARD
-#ifdef HAVE_X86_64_LIB64_DIR
+#ifdef HAVE_LIB64_DIR
 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
 #else
 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o




reply via email to

[Prev in Thread] Current Thread [Next in Thread]