[cmake-developers] GCC HPPA linker errors
Brad King
brad.king at kitware.com
Wed Nov 5 11:19:20 EST 2014
On 11/05/2014 10:38 AM, Chuck Atkins wrote:
> So, it seems nothing changed. Looking at the log though, it
> looks like the flags aren't even getting used.
The value of cmake_machine_parisc is not set on HP-UX by the
bootstrap script so it can only ever work on Linux right now.
These changes broke the bootstrap script on non-Linux systems.
I've extended the topic to fix that:
bootstrap: Initialize cmake_machine_parisc on non-Linux systems
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=25bae877
Previously the variable was only ever used on Linux. You'll
have to update the topic further to actually set the value of
cmake_machine_parisc on HP-UX.
-Brad
More information about the cmake-developers
mailing list