configure.in: Make rda native-only.
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Make rda native-only. * configure: Regenerate. From-SVN: r61668
This commit is contained in:
parent
fc69c47cad
commit
307a98643c
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* configure.in: Make rda native-only.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
|
||||
|
||||
* MAINTAINERS: Move myself from GNATS-only-accounts to
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -915,7 +915,7 @@ esac
|
|||
|
||||
# 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.
|
||||
|
|
|
@ -258,7 +258,7 @@ esac
|
|||
|
||||
# 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue