mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
788 B
Plaintext
27 lines
788 B
Plaintext
--- gcc/configure.orig Sun Oct 1 23:50:51 2000
|
|
+++ gcc/configure Mon Oct 9 18:55:44 2000
|
|
@@ -3910,6 +3910,23 @@
|
|
thread_file='posix'
|
|
fi
|
|
;;
|
|
+ alpha*-*-freebsd*)
|
|
+ tm_file="${tm_file} freebsd.h alpha/elf.h alpha/freebsd.h"
|
|
+ xm_file="${xm_file} xm-freebsd.h"
|
|
+ target_cpu_default="MASK_GAS"
|
|
+ tmake_file="t-freebsd alpha/t-crtbe alpha/t-alpha alpha/t-ieee"
|
|
+ extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
|
+ xmake_file=none
|
|
+ fixincludes=fixinc.wrap
|
|
+ gas=yes gnu_ld=yes
|
|
+ stabs=yes
|
|
+ case x${enable_threads} in
|
|
+ xyes | xpthreads | xposix)
|
|
+ thread_file='posix'
|
|
+ tmake_file="${tmake_file} t-freebsd-thread"
|
|
+ ;;
|
|
+ esac
|
|
+ ;;
|
|
alpha*-*-netbsd*)
|
|
tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
|
|
target_cpu_default="MASK_GAS"
|