diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-09-10 10:33:37 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-09-10 10:33:37 +0000 |
commit | 12a89bdb38a94c396f807cfdba0d19faf3b0bcaa (patch) | |
tree | 88c43ef9cff0f77415ce1e790be1c08d7f6c80fa /gnu/egcs/gcc/configure | |
parent | c7e6e83bd69c0d8b03e8ec3f10ba389ba897a874 (diff) |
Initial cut at sparc64 gcc config.
Polished by art.
Diffstat (limited to 'gnu/egcs/gcc/configure')
-rw-r--r-- | gnu/egcs/gcc/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/configure b/gnu/egcs/gcc/configure index 6093f3e77f4..7c4766e63bf 100644 --- a/gnu/egcs/gcc/configure +++ b/gnu/egcs/gcc/configure @@ -5352,6 +5352,11 @@ for machine in $build $host $target; do use_collect2=yes tmake_file="t-libc-ok t-openbsd sparc/t-openbsd" ;; + sparc64-*-openbsd*) + tm_file=sparc/openbsd64.h + xm_file=sparc/xm-sp64.h + gas=yes gnu_ld=yes + ;; sparc-*-bsd*) tm_file=sparc/bsd.h ;; |