1
1

* play the linker games that need to be played to shut Darwin up

This commit was SVN r7527.
Этот коммит содержится в:
Brian Barrett 2005-09-28 01:24:05 +00:00
родитель dbbbd416df
Коммит 676e34c2d4

Просмотреть файл

@ -63,5 +63,6 @@ AC_DEFUN([MCA_memory_darwin_CONFIG],[
[AC_MSG_ERROR([Darwin memory management requested but not available. Aborting.])])
AS_IF([test "$memory_darwin_happy" = "yes"],
[$1], [$2])
[memory_darwin_WRAPPER_EXTRA_LDFLAGS="-Wl,-u,_munmap -Wl,-multiply_defined,suppress"
$1], [$2])
])