Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
ac49f1c5
Commit
ac49f1c5
authored
Feb 11, 2014
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hpux: move -Wl,+vnocompatwarnings to STD_CWARNINGS; add +vnocompatwarnings to SO_LDFLAGS
parent
6874b16e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+3
-3
configure.in
configure.in
+3
-3
No files found.
configure
View file @
ac49f1c5
...
@@ -16138,7 +16138,7 @@ $as_echo "no" >&6; }
...
@@ -16138,7 +16138,7 @@ $as_echo "no" >&6; }
fi
fi
case "$host" in
case "$host" in
*-hp-hpux*)
*-hp-hpux*)
CFLAGS="
-Wl,+vnocompatwarnings
$CFLAGS
"
STD_CWARNINGS="$STD_CWARNINGS
-Wl,+vnocompatwarnings"
;;
;;
esac
esac
else
else
...
@@ -16166,7 +16166,7 @@ else
...
@@ -16166,7 +16166,7 @@ else
esac
esac
CCOPT="$CCOPT -Ae -z"
CCOPT="$CCOPT -Ae -z"
CCNOOPT="$CCNOOPT -Ae -z"
CCNOOPT="$CCNOOPT -Ae -z"
CFLAGS="
-Wl,+vnocompatwarnings
$CFLAGS
"
STD_CWARNINGS="$STD_CWARNINGS
-Wl,+vnocompatwarnings"
MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
;;
;;
*-sgi-irix*)
*-sgi-irix*)
...
@@ -19941,7 +19941,7 @@ if test "$dlopen" = "yes"; then
...
@@ -19941,7 +19941,7 @@ if test "$dlopen" = "yes"; then
*-hp-hpux*)
*-hp-hpux*)
SO=sl
SO=sl
SO_CFLAGS="+z"
SO_CFLAGS="+z"
SO_LDFLAGS="-b"
SO_LDFLAGS="-b
+vnocompatwarnings
"
SO_LD="ld"
SO_LD="ld"
;;
;;
*)
*)
...
...
configure.in
View file @
ac49f1c5
...
@@ -1816,7 +1816,7 @@ if test "X$GCC" = "Xyes"; then
...
@@ -1816,7 +1816,7 @@ if test "X$GCC" = "Xyes"; then
fi
fi
case "$host" in
case "$host" in
*-hp-hpux*)
*-hp-hpux*)
CFLAGS="
-Wl,+vnocompatwarnings
$CFLAGS
"
STD_CWARNINGS="$STD_CWARNINGS
-Wl,+vnocompatwarnings"
;;
;;
esac
esac
else
else
...
@@ -1844,7 +1844,7 @@ else
...
@@ -1844,7 +1844,7 @@ else
esac
esac
CCOPT="$CCOPT -Ae -z"
CCOPT="$CCOPT -Ae -z"
CCNOOPT="$CCNOOPT -Ae -z"
CCNOOPT="$CCNOOPT -Ae -z"
CFLAGS="
-Wl,+vnocompatwarnings
$CFLAGS
"
STD_CWARNINGS="$STD_CWARNINGS
-Wl,+vnocompatwarnings"
MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
;;
;;
*-sgi-irix*)
*-sgi-irix*)
...
@@ -3802,7 +3802,7 @@ if test "$dlopen" = "yes"; then
...
@@ -3802,7 +3802,7 @@ if test "$dlopen" = "yes"; then
*-hp-hpux*)
*-hp-hpux*)
SO=sl
SO=sl
SO_CFLAGS="+z"
SO_CFLAGS="+z"
SO_LDFLAGS="-b"
SO_LDFLAGS="-b
+vnocompatwarnings
"
SO_LD="ld"
SO_LD="ld"
;;
;;
*)
*)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment