jkmcnk / sx-gcc

The GNU Compiler Collection port to NEC SX CPU architecture.
GNU General Public License v2.0
0 stars 2 forks source link

configure doesn't recognize --enable-languages option #123

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

dsternkopf@STR-sternkopf:~/downloads/SVNs/sx-binutils./configure
--target=sx8-nec-superux --enable-languages=c
--prefix=/home/dsternkopf/downloads/prg/
configure: WARNING: unrecognized options: --enable-languages

This happens somewhere after r196.

Original issue reported on code.google.com by danny.st...@gmail.com on 24 Apr 2009 at 6:04

GoogleCodeExporter commented 8 years ago
hmmm ... and it worked before?

strange. must have something to do with me regenerating configure scripts with
autoconf 2.63 prior to last commit. will fix eventually, however, right now 
this does
not hinder us in any way, does it? I mean binutils build and work just fine 
according
to my experience.

Original comment by jmoc...@gmail.com on 24 Apr 2009 at 6:18

GoogleCodeExporter commented 8 years ago
Yes it works for r196 I used last time. But as mentioned it is not hindering to 
build
sx-binutils.

I'am just wondering because --enable-languages is mentioned in the wiki's build
procedure. I don't know what it actually influences.

Original comment by danny.st...@gmail.com on 24 Apr 2009 at 6:28

GoogleCodeExporter commented 8 years ago
It also complains about --disable-threads:

configure: WARNING: unrecognized options: --enable-languages, --disable-threads

Original comment by danny.st...@gmail.com on 22 May 2009 at 6:20

GoogleCodeExporter commented 8 years ago
Forget about that.  --disable-threads is for gcc.

Original comment by danny.st...@gmail.com on 22 May 2009 at 6:28

GoogleCodeExporter commented 8 years ago

Original comment by jmoc...@gmail.com on 9 Oct 2009 at 9:30