We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a7c78 commit 876d5c0Copy full SHA for 876d5c0
build-scripts/compile-options
@@ -62,6 +62,13 @@ case "$OS_FAMILY" in
62
;;
63
hpux)
64
LDFLAGS="-L$BUILDPREFIX/lib -Wl,+b$BUILDPREFIX/lib"
65
+
66
+ # Use ‘gcc’ when building things on HP-UX
67
+ #
68
+ # HP-UX ships with ‘cc’ which invokes the ‘HP-UX bundled C compiler’ which
69
+ # lacks some functionality we need to build things. Among the other things,
70
+ # it doesn’t know how to link ‘.so’ files directly and it doesn’t recognize
71
+ # them as valid input type.
72
CC=gcc
73
export CC
74
0 commit comments