diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-29 02:55:06 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-29 02:55:06 +0800 |
commit | 9f337301aee2f944c7dcd745d0f89997a0f07227 (patch) | |
tree | 17155631efbdc0547af6d2b5004003a95e7a99c6 /lang/gcc46/files/patch-ak | |
parent | cdc2e90b29cdfcd17c37a5a677981572f4e273dc (diff) | |
download | freebsd-ports-graphics-9f337301aee2f944c7dcd745d0f89997a0f07227.tar.gz freebsd-ports-graphics-9f337301aee2f944c7dcd745d0f89997a0f07227.tar.zst freebsd-ports-graphics-9f337301aee2f944c7dcd745d0f89997a0f07227.zip |
Upgrade to the 2000-11-20 GCC 2.97 development snapshot.
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
Diffstat (limited to 'lang/gcc46/files/patch-ak')
-rw-r--r-- | lang/gcc46/files/patch-ak | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/gcc46/files/patch-ak b/lang/gcc46/files/patch-ak deleted file mode 100644 index 98c373d4e98..00000000000 --- a/lang/gcc46/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ ---- 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" |