]> gcc.gnu.org Git - gcc.git/commit - gcc/doc/install.texi
config.gcc: Recognize powerpc-*-netbsd*.
authorAndrew Cagney <ac131313@redhat.com>
Wed, 1 Aug 2001 19:25:18 +0000 (19:25 +0000)
committerAndrew Cagney <cagney@gcc.gnu.org>
Wed, 1 Aug 2001 19:25:18 +0000 (19:25 +0000)
commitedf1b3f3179564a0db848df3691e1b805d87ebd2
treec68b354c893c42ae0677cea5323bc79727e4e2b6
parentbda33a6e0fda1d512e237c306c60d9978e596e24
config.gcc: Recognize powerpc-*-netbsd*.

* config.gcc: Recognize powerpc-*-netbsd*.
* doc/install.texi (Host/target specific installation notes for
GCC): Mention powerpc-*-netbsd*.
* config/rs6000/netbsd.h: New file.
(STANDARD_STARTFILE_PREFIX, LINK_SHLIB_SPEC): Redefine.
(LIB_DEFAULT_SPEC, STARTFILE_DEFAULT_SPEC): Redefine.
(ENDFILE_DEFAULT_SPEC, LINK_START_DEFAULT_SPEC): Redefine.
(LINK_OS_DEFAULT_SPEC, CPP_OS_DEFAULT_SPEC): Redefine.
(TARGET_VERSION): Redefine.
* config/rs6000/t-ppccomm (MULTILIB_MATCHES_SYSV): Recognize
mcall-netbsd as a match for mcall-sysv.
(EXTRA_MULTILIB_PARTS): Add ncrti$(objext) and ncrtn$(objext).
(ncrti.S, ncrtn.S): New targets.
($(T)ncrti$(objext), $(T)ncrtn$(objext)): New targets.
* config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Recognize
"netbsd' as a V4 ABI.
(ASM_SPEC): Check for -mcall-netbsd.
(CC1_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC): Ditto.
(CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC): Ditto.
(LIB_SPEC, ENDFILE_SPEC): Ditto.
(LIB_NETBSD_SPEC, STARTFILE_NETBSD_SPEC): Define.
(ENDFILE_NETBSD_SPEC, LINK_START_NETBSD_SPEC): Define.
(LINK_OS_NETBSD_SPEC, CPP_OS_NETBSD_SPEC): Define.
(SUBTARGET_EXTRA_SPECS): Add NetBSD specs.
* doc/invoke.texi (Option Summary): Add -mcall-netbsd.
(RS/6000 and PowerPC Options): Mention -mcall-netbsd.

From-SVN: r44552
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/netbsd.h [new file with mode: 0644]
gcc/config/rs6000/sysv4.h
gcc/config/rs6000/t-ppccomm
gcc/doc/install.texi
gcc/doc/invoke.texi
This page took 0.063203 seconds and 5 git commands to generate.