]> granicus.if.org Git - icinga2/commit
Don't try to use --gc-sections on SunOS
authorMatthaus Owens <matthaus@puppetlabs.com>
Mon, 26 Oct 2015 21:01:22 +0000 (14:01 -0700)
committerGunnar Beutner <gunnar@beutner.name>
Fri, 6 Nov 2015 16:02:32 +0000 (17:02 +0100)
commit80d63d7e58ee07b063b3252105fa6b0467c81f16
treea7e72c6a5b341410a857df29d29f61b4a55cc512
parent6004ab6c31fccfff98b0d6518ff1e50cecbf546e
Don't try to use --gc-sections on SunOS

The linker on Solaris pukes on the floor when handed --gc-sections, so this commit adds SunOS to the list of OSes to exclude from this section of CMakery.

fixes #10555

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
CMakeLists.txt