diff options
author | Björn Gustavsson <[email protected]> | 2011-11-30 10:44:42 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-11-30 10:44:42 +0100 |
commit | f7c881208154dcae6d0b753a160eb771710bd47a (patch) | |
tree | 14f19e6524a33f5e2d664e162ecf0d3b21d0d959 /erts/configure.in | |
parent | 8e5ef86ee21cb6491287710606a7525f45cc50fc (diff) | |
parent | 3c36d2c5f75827f098a691dfcf534ab3b95d7bd9 (diff) | |
download | otp-f7c881208154dcae6d0b753a160eb771710bd47a.tar.gz otp-f7c881208154dcae6d0b753a160eb771710bd47a.tar.bz2 otp-f7c881208154dcae6d0b753a160eb771710bd47a.zip |
Merge branch 'bjorn/llvm-issues/OTP-9712'
* bjorn/llvm-issues/OTP-9712:
INSTALL.md: Update build instructions for Lion
Fix clang linking problem
configure: Define NO_JUMP_TABLE if all we have is llvm-gcc
beam_emu.c: Eliminate warnings when NO_JUMP_TABLE is defined
beam_emu.c: Use the correct void* type for computed gotos
MacOS X: Completely remove obsolete -no-cpp-precomp option
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/erts/configure.in b/erts/configure.in index 1792ce850b..378d0ab220 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -490,19 +490,6 @@ CFLAG_RUNTIME_LIBRARY_PATH="-Wl,-R" case $host_os in darwin*) CFLAG_RUNTIME_LIBRARY_PATH= - AC_TRY_COMPILE([],[ - #if __GNUC__ >= 4 - ; - #else - #error old or no gcc - #endif - ], - gcc_need_no_cpp_precomp=no, - gcc_need_no_cpp_precomp=yes) - - if test x$gcc_need_no_cpp_precomp = xyes; then - CFLAGS="$CFLAGS -no-cpp-precomp" - fi ;; win32) CFLAG_RUNTIME_LIBRARY_PATH= |