This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [ssa-branch]using libbanshee with gcc
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org, "" <neroden at twcny dot rr dot com>
- Date: Sat, 25 Jan 2003 20:55:03 -0500 (EST)
- Subject: Re: [ssa-branch]using libbanshee with gcc
- References: <91D807A3-30BE-11D7-AE5B-000393A6D2F2@physics.uc.edu>
On Sat, 25 Jan 2003, Andrew Pinski wrote:
> I think the using libbanshee with gcc has been broken since the
> auto-configurization
> had been merged into the branch.
I haven't done a complete reconfigure in a clean place since then, so it's
possible.
> It looks like with-options is no long referenced in configure (except
> for setting it).
>
Nathaniel, what variable am i supposed to use to get an argument passed to
subconfigures?
Can I use ac_configure_args if it is supposed to be passed to all
configures?
If so, Andrew, this'll work, and i'll commit a patch to update configure
and configure.in:
Index: configure
===================================================================
RCS file: /cvs/gcc/gcc/configure,v
retrieving revision 1.46.2.5
diff -u -3 -p -r1.46.2.5 configure
--- configure 17 Jan 2003 19:52:00 -0000 1.46.2.5
+++ configure 26 Jan 2003 01:54:01 -0000
@@ -1900,7 +1900,7 @@ if test x${with_newlib} != xno && echo "
fi
if echo " ${configdirs} " |grep " libbanshee " >/dev/null 2>&1; then
- withoptions="$withoptions --with-libbanshee"
+ ac_configure_args="$ac_configure_args --with-libbanshee"
fi
# We default to --with-shared on platforms where -fpic is meaningless.