This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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) Dependency tidy.


This is fine.  Nate, could you put this into bib also?

> This change will do the trick.  The ordering doesn't have to be strict.
> 
> 	* configure.in (host_tools): Order binutils, gas and ld for
> 	convenience in running the testsuites.
> 
> Index: configure.in
> ===================================================================
> RCS file: /cvs/src/src/configure.in,v
> retrieving revision 1.121
> diff -u -p -r1.121 configure.in
> --- configure.in	3 Dec 2002 21:13:06 -0000	1.121
> +++ configure.in	3 Dec 2002 22:02:03 -0000
> @@ -73,7 +73,9 @@ libstdcxx_version="target-libstdc++-v3"
>  # these tools are built for the host environment
>  # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
>  # know that we are building the simulator.
> -host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils snavigator libtool gettext zip fastjar"
> +# binutils, gas and ld appear in that order because it makes sense to run
> +# "make check" in that particular order.
> +host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils snavigator libtool gettext zip fastjar"
>  
>  # libgcj represents the runtime libraries only used by gcj.
>  libgcj="target-libffi \
> 
> 
> -- 
> Alan Modra
> IBM OzLabs - Linux Technology Centre
> 


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