configure.in (CROSS): Define NATIVE_CROSS.
authorAlan Modra <amodra@bigpond.net.au>
Wed, 22 May 2002 22:09:18 +0000 (22:09 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 22 May 2002 22:09:18 +0000 (07:39 +0930)
commit343f59d980bf21e62d4e2de75396e7921cd3bd20
tree978c9bd8ccd32077416f6f4afc873fea0932be89
parentdf3834838116b327a61f5a9e271e54c75ad34085
configure.in (CROSS): Define NATIVE_CROSS.

* configure.in (CROSS): Define NATIVE_CROSS.
* configure: Regenerate.
* gcc.c (STARTFILE_PREFIX_SPEC): Define.
(startfile_prefix_spec): New var.
(static_specs): Add startfile_prefix_spec.
(do_spec_2): Split out from..
(do_spec): ..here.
(main): Process startfile_prefix_spec.
* config/rs6000/linux64.h (LINK_OS_LINUX_SPEC) Change name of
dynamic linker.
(STARTFILE_PREFIX_SPEC): Define.
(STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Rewrite without
        absolute paths.

From-SVN: r53752
gcc/ChangeLog
gcc/config/rs6000/linux64.h
gcc/configure
gcc/configure.in
gcc/gcc.c