scons: Disable partial linking on Mac OS
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Sun, 23 Dec 2018 11:16:27 +0000 (11:16 +0000)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Mon, 7 Jan 2019 14:52:00 +0000 (14:52 +0000)
commitdcc15d6d0764b08b9ab5d52d19f24072888c575a
treef7745fa2b916ace89873f9217b19893476b8c427
parent1a4a617c7e0728508d63a91a8534fbb4583f630c
scons: Disable partial linking on Mac OS

Up until Apple LLVM version 10.0.0 (clang-1000.11.45.5), partial
linked objects do not expose symbols that are marked with the hidden
visibility and consequently building gem5 on Mac OS fails. As a
workaround, we disable partial linking, however, we may want to
revisit in the future.

Change-Id: I0a26dae082bf723c2bd49d90e4497e44ecab9c41
Signed-off-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/15235
Reviewed-by: Andrea Mondelli <andrea.mondelli@ucf.edu>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/SConscript