[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-20 04:49 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-20 04:01 --- Subject: Bug 19072 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-20 04:01:20 Modified files: libiberty : Makefile.in config.table configure co

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-19 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-12-19 22:55 --- Subject: Re: [4.0 Regression] --disable-static bootstrap > Can you try this patch > > http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01400.html > > on AIX? Worked for me. Dave -- http://gcc.

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-19 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2004-12-19 18:09 --- Can you try this patch http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01400.html on AIX? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19072

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-12-19 06:14 --- Subject: Re: [4.0 Regression] --disable-static bootstrap > A patch to ignore --disable-static is posted at > > http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01371.html Saw it. > BTW, I have no pr

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-18 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2004-12-19 05:52 --- A patch to ignore --disable-static is posted at http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01371.html BTW, I have no problem with --disable-shared on Linux/x86. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-12-19 04:27 --- Subject: Re: [4.0 Regression] --disable-static bootstrap > --- Additional Comments From hjl at lucon dot org 2004-12-19 03:35 > --- > I don't believe libiberty had ever properly supported

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-18 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2004-12-19 03:35 --- I don't believe libiberty had ever properly supported --disable-static at all. Basically libiberty just ignored it. A static arhive, which wasn't compiled with PIC, was built. With my patch, libiberty tries not to buil

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-19 00:27 --- Confirmed, based on John David Anglin's comment. -- What|Removed |Added Status|

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-18 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2004-12-18 23:47 --- I also observed the on AIX in testing today: ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-t emp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o

[Bug bootstrap/19072] [4.0 Regression] --disable-static bootstrap failure

2004-12-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-18 21:35 --- This is caused by: 2004-12-18 H.J. Lu <[EMAIL PROTECTED]> * Makefile.in (top_builddir): Set to `.'. (OUTPUT_OPTION): Removed. (LIBTOOL): New. This is why we are in regression onl