Skip to content
Snippets Groups Projects
Commit fc43d814 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-02-25 10:26:44 by simonmar]

silence linker warnings on HP/UX.

From: Eric Schweitz <schweitz@nortelnetworks.com>
parent e2aada53
No related merge requests found
......@@ -1110,7 +1110,9 @@ sub setupLinkOpts {
# unshift(@Ld_flags, ('-Xlinker -bbigtoc -Xlinker -bnoquiet'));
unshift(@Ld_flags, ('-Xlinker -bbigtoc'));
}
if ($TargetPlatform =~ /^hppa/) {
unshift(@Ld_flags, ('-Xlinker +vnocompatwarnings'));
}
} # end of setupLinkOpts
......@@ -2603,7 +2605,7 @@ sub add_syslib {
[ # where to slurp interface files from
( $INSTALLING
? "$InstLibDirGhc/imports/text"
: "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html"
: "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml"
)
, # where to find the archive to use when linking
( $INSTALLING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment