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/ibms390x.h,v


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

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

Index: ibms390x.h
===================================================================
RCS file: /sources/emacs/emacs/src/m/ibms390x.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- ibms390x.h  17 Jan 2008 04:07:51 -0000      1.10
+++ ibms390x.h  17 Jan 2008 11:42:12 -0000      1.11
@@ -152,14 +152,14 @@
 #define XPNTR(a) XUINT (a)
 
 #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
 #endif
 
 #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]