Commit f0b81cbc by Stan Shebs Committed by Stan Shebs

config.gcc (powerpc-*-darwin*): Use fragment for Darwin 8 or later.

        * config.gcc (powerpc-*-darwin*): Use fragment for Darwin 8 or later.
        * config/rs6000/t-darwin8: New, for 64-bit multilib.

From-SVN: r95118
parent 25c62e24
2005-02-16 Stan Shebs <shebs@apple.com>
* config.gcc (powerpc-*-darwin*): Use fragment for Darwin 8 or later.
* config/rs6000/t-darwin8: New, for 64-bit multilib.
2005-02-16 Eric Botcazou <ebotcazou@libertysurf.fr> 2005-02-16 Eric Botcazou <ebotcazou@libertysurf.fr>
* doc/install.texi (sparc-sun-solaris2*): Document required * doc/install.texi (sparc-sun-solaris2*): Document required
......
...@@ -1549,6 +1549,11 @@ powerpc-*-beos*) ...@@ -1549,6 +1549,11 @@ powerpc-*-beos*)
powerpc-*-darwin*) powerpc-*-darwin*)
tm_file="${tm_file} rs6000/darwin.h" tm_file="${tm_file} rs6000/darwin.h"
tmake_file="${tmake_file} rs6000/t-darwin" tmake_file="${tmake_file} rs6000/t-darwin"
case ${target} in
*-darwin1[0-9]*) tmake_file="${tmake_file} rs6000/t-darwin8" ;;
*-darwin[0-7]*) ;;
*-darwin[8-9]*) tmake_file="${tmake_file} rs6000/t-darwin8" ;;
esac
extra_headers=altivec.h extra_headers=altivec.h
;; ;;
powerpc*-*-freebsd*) powerpc*-*-freebsd*)
......
# 64-bit libraries can only be built in Darwin 8.x or later.
MULTILIB_OPTIONS = m64
MULTILIB_DIRNAMES = ppc64
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment