(committed toplevel patch) Make rda native-only
Nathanael Nerode
neroden@twcny.rr.com
Thu Jan 23 19:57:00 GMT 2003
More information about the Binutils mailing list
Thu Jan 23 19:57:00 GMT 2003
- Previous message (by thread): Add SH2E support
- Next message (by thread): (committed toplevel patch) Make rda native-only
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
RDA doesn't build properly in cross configurations, which is screwing up my tests of the rest of the tree whenever the rda directory is avaialbe. I'm committing this as obvious. * configure.in: Make rda native-only. * configure: Regenerate. Index: configure.in =================================================================== RCS file: /cvs/gcc/gcc/configure.in,v retrieving revision 1.214 diff -u -r1.214 configure.in --- configure.in 19 Jan 2003 23:44:27 -0000 1.214 +++ configure.in 23 Jan 2003 19:51:26 -0000 @@ -258,7 +257,7 @@ # Some tools are only suitable for building in a "native" situation. # Remove these if host!=target. -native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf" +native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf target-rda" # Similarly, some are only suitable for cross toolchains. # Remove these if host=target.
- Previous message (by thread): Add SH2E support
- Next message (by thread): (committed toplevel patch) Make rda native-only
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list