This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] [BZ #17841]: Build failure if compiler defaults to PIE
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 28 May 2015 20:29:46 -0700 (PDT)
- Subject: Re: [PATCH] [BZ #17841]: Build failure if compiler defaults to PIE
- Authentication-results: sourceware.org; auth=none
- References: <20150528130523 dot GA16533 at gmail dot com>
Is there any harm in just using "LDFLAGS-tst-dlopen-aout = -no-pie" without
the conditionalized variable? Either way, that variable should be further
down in the file, where the details about other individual tests' builds are.
The configure check and the +link/+link-tests hack seem OK to me.