This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: (toplevel patch) Use canonical names for target_subdir, build_subdir.


Nathanael Nerode wrote:

>(top level)
>        * configure.in: Use canonical names for build_subdir, target_subdir.
>        * configure: Regenerate.
>(gcc)
>        * configure.in: Use canonical names for build_subdir, target_subdir.
>        * configure: Regenerate.

Was this patch supposed to be applied or not?  Currently, it appears
to be half-applied, as I see 

target_subdir=${target}

in the toplevel configure.in, but

if test "${host}" != "${target}" ; then
    target_subdir=${target_alias}/
fi

in gcc/configure.in.  This seriously confuses the test suite ...

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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