summaryrefslogtreecommitdiff
path: root/devel/avr-gcc/files/patch-ad
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-10-05 21:56:21 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2006-10-05 21:56:21 +0000
commit1e797b46c4a051e79f393bffe96b5df1fa2c299b (patch)
treec2d848186d2e4f633111eb09c2b5a8d26db103bf /devel/avr-gcc/files/patch-ad
parent- Update an old mambo advisory and document its new vulnerabilities (diff)
devel/avr-gcc has been repocopied to devel/avr-gcc-3, so to make room
for devel/avr-gcc-devel taking over the role of the default AVR-GCC port now.
Notes
Notes: svn path=/head/; revision=174588
Diffstat (limited to 'devel/avr-gcc/files/patch-ad')
-rw-r--r--devel/avr-gcc/files/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/avr-gcc/files/patch-ad b/devel/avr-gcc/files/patch-ad
deleted file mode 100644
index 05c5c3a7407f..000000000000
--- a/devel/avr-gcc/files/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.guess.orig Sun Feb 22 15:44:23 2004
-+++ config.guess Wed Apr 21 15:10:25 2004
-@@ -792,6 +792,9 @@
- #endif
- EOF
- eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
-+ if [ ".$UNAME_MACHINE" = ".amd64" ] ; then
-+ UNAME_MACHINE=x86_64
-+ fi
- # GNU/KFreeBSD systems have a "k" prefix to indicate we are using
- # FreeBSD's kernel, but not the complete OS.
- case ${LIBC} in gnu) kernel_only='k' ;; esac