Change compiling flags in order to get PSI-BIN support on MacOSX - hope it does not influence the linux compilation (unchecked)

This commit is contained in:
Bastian M. Wojek 2009-10-12 19:13:00 +00:00
parent e485eb91a9
commit dca470e7bf

View File

@ -307,6 +307,9 @@ case "$host" in
LOCAL_BIN_LDFLAGS="${LOCAL_BIN_LDFLAGS} -Wl,--enable-auto-import -Wl,--enable-runtime-pseudo-reloc"
LOCAL_LIB_LDFLAGS="-no-undefined ${LOCAL_BIN_LDFLAGS} -Wl,--export-all-symbols"
;;
*)
LOCAL_PSIBIN_LIB_CXXFLAGS="${LOCAL_LIB_CXXFLAGS} -D__linux__"
;;
esac
AC_SUBST(LOCAL_BIN_CXXFLAGS)