From 6fdcf02aafe1d3c64a4cce0b852685a6dde88a10 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Tue, 15 Aug 2017 21:48:45 +0200 Subject: bootstrap: remove dead branches Remove code that uses cmake_cxx_compiler_is_gnu before it is set. --- bootstrap | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bootstrap b/bootstrap index 9d73233..7304908 100755 --- a/bootstrap +++ b/bootstrap @@ -855,16 +855,6 @@ if ${cmake_system_haiku}; then cmake_ld_flags="${LDFLAGS} -lroot -lbe" fi -# Workaround for short jump tables on PA-RISC -if ${cmake_machine_parisc}; then - if ${cmake_c_compiler_is_gnu}; then - cmake_c_flags="${CFLAGS} -mlong-calls" - fi - if ${cmake_cxx_compiler_is_gnu}; then - cmake_cxx_flags="${CXXFLAGS} -mlong-calls" - fi -fi - #----------------------------------------------------------------------------- # Detect known toolchains on some platforms. cmake_toolchains='' -- cgit v0.12