aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2007-06-16 02:43:57 +0000
committerEric Christopher <echristo@gcc.gnu.org>2007-06-16 02:43:57 +0000
commit1d2b1d91675ba5a26e4d04b209355047421adf92 (patch)
tree9393ef91f5bddbb6ee56c1a2e6ea5876c10a0792 /gcc/config.gcc
parentb42c318374d46ec5dbaa70ce262c0863a8d3ff73 (diff)
downloadgcc-1d2b1d91675ba5a26e4d04b209355047421adf92.zip
gcc-1d2b1d91675ba5a26e4d04b209355047421adf92.tar.gz
gcc-1d2b1d91675ba5a26e4d04b209355047421adf92.tar.bz2
config.gcc (i?86-*-darwin*): Add t-crtfm and t-crtpc.
2007-06-15 Eric Christopher <echristo@apple.com> * config.gcc (i?86-*-darwin*): Add t-crtfm and t-crtpc. (x86_64-*-darwin*): Ditto. * config/i386/darwin.h (CRTEND_SPEC): New. Add support for above. From-SVN: r125754
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 24364e8..9700c04 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1054,11 +1054,11 @@ i[34567]86-*-darwin*)
# then this file using that to set --with-cpu=i386 which has no -m64
# support.
with_cpu=${with_cpu:-generic}
- tmake_file="${tmake_file} i386/t-fprules-softfp64 soft-fp/t-softfp"
+ tmake_file="${tmake_file} i386/t-fprules-softfp64 soft-fp/t-softfp i386/t-crtpc i386/t-crtfm"
;;
x86_64-*-darwin*)
with_cpu=${with_cpu:-generic}
- tmake_file="t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin i386/t-fprules-softfp64 soft-fp/t-softfp"
+ tmake_file="t-darwin ${cpu_type}/t-darwin64 t-slibgcc-darwin i386/t-fprules-softfp64 soft-fp/t-softfp i386/t-crtpc i386/t-crtfm"
tm_file="${tm_file} ${cpu_type}/darwin64.h"
;;
i[34567]86-*-elf*)