From: Antti Kantee Date: Fri, 2 Jan 2015 18:57:59 +0000 (+0000) Subject: Ignore -pie. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=21689d533b9e90721fc8679c2794d00815b46cce;p=rumpuser-xen.git Ignore -pie. If for some reason we grow PIE support later, can be revisited. Though, it probably should be called pik (position independent kernel) from Kevin Smith on rumpkernel-users --- diff --git a/app-tools/ld b/app-tools/ld index c889f80..737e9e4 100755 --- a/app-tools/ld +++ b/app-tools/ld @@ -25,6 +25,8 @@ while [ $# != 0 ]; do -z) outargs+=("$a" "$1"); shift || noshift ;; + -pie) + ;; --as-needed|--no-as-needed) ;; --stunt-final-script)