diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/amdx86-64.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index bccd3d3825f..d29ae850ae9 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h | |||
| @@ -106,7 +106,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 106 | #undef START_FILES | 106 | #undef START_FILES |
| 107 | #undef LIB_STANDARD | 107 | #undef LIB_STANDARD |
| 108 | 108 | ||
| 109 | #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */ | 109 | #elif defined(__APPLE__) |
| 110 | |||
| 111 | /* LIB_STANDARD and START_FILES set correctly in s/darwin.h */ | ||
| 112 | |||
| 113 | #else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 | ||
| 114 | && !__APPLE__ */ | ||
| 110 | /* The duplicate -lgcc is intentional in the definition of LIB_STANDARD. | 115 | /* The duplicate -lgcc is intentional in the definition of LIB_STANDARD. |
| 111 | The reason is that some functions in libgcc.a call functions from libc.a, | 116 | The reason is that some functions in libgcc.a call functions from libc.a, |
| 112 | and some libc.a functions need functions from libgcc.a. Since most | 117 | and some libc.a functions need functions from libgcc.a. Since most |