aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-03-15 17:02:30 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-03-15 17:02:30 +0000
commit8cf5d0f5398c0ed20fc4ee12d5f397eb1c93a0b9 (patch)
tree1b4ac900f9d69b6c476c6172a1e6f6e206a401f5 /devel/avr-gcc-3
parent95a035f6d7f76fa158f5ae49246103fd0e1f23a3 (diff)
downloadports-8cf5d0f5398c0ed20fc4ee12d5f397eb1c93a0b9.tar.gz
ports-8cf5d0f5398c0ed20fc4ee12d5f397eb1c93a0b9.zip
Notes
Diffstat (limited to 'devel/avr-gcc-3')
-rw-r--r--devel/avr-gcc-3/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/avr-gcc-3/files/patch-aa b/devel/avr-gcc-3/files/patch-aa
new file mode 100644
index 000000000000..32f7da28a8ac
--- /dev/null
+++ b/devel/avr-gcc-3/files/patch-aa
@@ -0,0 +1,22 @@
+--- gcc/configure.in.orig Sat Mar 10 22:07:33 2001
++++ gcc/configure.in Sat Mar 10 22:13:54 2001
+@@ -626,7 +626,7 @@
+ thread_file='posix'
+ fi
+ ;;
+- alpha*-*-netbsd*)
++ alpha*-*-netbsd*|alpha*-*-freebsd*)
+ tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
+ target_cpu_default="MASK_GAS"
+ tmake_file="alpha/t-crtbe alpha/t-ieee"
+--- gcc/configure.orig Wed Oct 13 09:58:02 1999
++++ gcc/configure Thu Mar 15 17:52:27 2001
+@@ -3059,7 +3059,7 @@
+ thread_file='posix'
+ fi
+ ;;
+- alpha*-*-netbsd*)
++ alpha*-*-netbsd*|alpha*-*-freebsd*)
+ tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
+ target_cpu_default="MASK_GAS"
+ tmake_file="alpha/t-crtbe alpha/t-ieee"