This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

for glibc, "--disable-add-ons" generates a weird error


  in testing my build script to see if it can build a non-thread
toolchain, i added the option "--disable-add-ons" to the glibc
configure step, which generated the amusing error:

configure: error: add-on directory "no" does not exist

  clearly, specifying "--disable-add-ons" is equivalent to saying
"--enable-add-ons=no", which generates the same error.

  is this what's *supposed* to happen?

rday

p.s.  the option --disable-add-ons should be acceptable given the
comment in the glibc/configure script:

# Check whether --enable-add-ons or --disable-add-ons was given.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]