diff options
Diffstat (limited to 'contrib/gcc/config/rs6000/t-darwin8')
-rw-r--r-- | contrib/gcc/config/rs6000/t-darwin8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/config/rs6000/t-darwin8 b/contrib/gcc/config/rs6000/t-darwin8 new file mode 100644 index 0000000000000..2f3bb32f821af --- /dev/null +++ b/contrib/gcc/config/rs6000/t-darwin8 @@ -0,0 +1,3 @@ +# 64-bit libraries can only be built in Darwin 8.x or later. +MULTILIB_OPTIONS = m64 +MULTILIB_DIRNAMES = ppc64 |