# HG changeset patch # User Adrian Robert # Date 1255662755 0 # Node ID ce25ad6994a1b96455b336f2b3ca7dcba24213ec # Parent 8205744f091c959585b918a597883667a89ebfb8 Don't set LIB_STANDARD and START_FILES under __Apple__. diff -r 8205744f091c -r ce25ad6994a1 src/m/amdx86-64.h --- a/src/m/amdx86-64.h Fri Oct 16 03:09:48 2009 +0000 +++ b/src/m/amdx86-64.h Fri Oct 16 03:12:35 2009 +0000 @@ -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