emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src/m amdx86-64.h


From: Adrian Robert
Subject: [Emacs-diffs] emacs/src/m amdx86-64.h
Date: Fri, 16 Oct 2009 03:12:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/10/16 03:12:35

Modified files:
        src/m          : amdx86-64.h 

Log message:
        Don't set LIB_STANDARD and START_FILES under __Apple__.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/m/amdx86-64.h?cvsroot=emacs&r1=1.28&r2=1.29

Patches:
Index: amdx86-64.h
===================================================================
RCS file: /sources/emacs/emacs/src/m/amdx86-64.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- amdx86-64.h 8 Jan 2009 03:16:15 -0000       1.28
+++ amdx86-64.h 16 Oct 2009 03:12:35 -0000      1.29
@@ -106,7 +106,12 @@
 #undef START_FILES
 #undef LIB_STANDARD
 
-#else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */
+#elif defined(__APPLE__)
+
+/* LIB_STANDARD and START_FILES set correctly in s/darwin.h */
+
+#else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2
+         && !__APPLE__ */
 /* The duplicate -lgcc is intentional in the definition of LIB_STANDARD.
    The reason is that some functions in libgcc.a call functions from libc.a,
    and some libc.a functions need functions from libgcc.a.  Since most




reply via email to

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