diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/darwin.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 3d2ced5..8c164fd 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -45,9 +45,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define OBJECT_FORMAT_MACHO 1 -/* Suppress g++ attempt to link in the math library automatically. */ +/* Suppress language-specific specs attempt to link in libm automatically. */ #define MATH_LIBRARY "" +/* Likewise libdl. */ +#define DL_LIBRARY "" + /* We have atexit. */ #define HAVE_ATEXIT |