This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49555] New: libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun
- From: "bryanhundven at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 28 Jun 2011 00:07:34 +0000
- Subject: [Bug bootstrap/49555] New: libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49555
Summary: libjava fails to configure if --enable-symvers=gnu or
--enable-symvers=sun
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: bryanhundven@gmail.com
Other components check for --enable-symvers=gnu or --enable-symvers=sun, as
well as just yes or no.
libgcc/configure{.ac} checks only for yes or no, and if gnu or sun it fails:
configure:24535: checking whether ld supports anonymous version scripts
configure:24545: error: Unknown argument to enable/disable symvers
Code was originally added in PR bootstrap/48135