From 48748db13a7aee1e3d50d0bef6d79986ed4a0fd5 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 27 Dec 1996 11:40:57 +0000 Subject: Upgrade to 2.0 --- shells/bash2/files/patch-aa | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 shells/bash2/files/patch-aa (limited to 'shells/bash2/files/patch-aa') diff --git a/shells/bash2/files/patch-aa b/shells/bash2/files/patch-aa new file mode 100644 index 000000000000..34865eecc333 --- /dev/null +++ b/shells/bash2/files/patch-aa @@ -0,0 +1,24 @@ +*** configure.bak Wed Dec 18 23:01:41 1996 +--- configure Fri Dec 27 14:07:59 1996 +*************** +*** 694,699 **** +--- 694,700 ---- + sparc-svr4*) opt_gnu_malloc=no ;; # sparc SVR4, SVR4.2 + sparc-netbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment + sparc-linux*) opt_gnu_malloc=no ;; # sparc running linux; requires ELF ++ *-freebsd*) opt_gnu_malloc=no ;; # has faster malloc + *-aix*) opt_gnu_malloc=no ;; # AIX machines + *-nextstep*) opt_gnu_malloc=no ;; # NeXT machines running NeXTstep + *-dgux*) opt_gnu_malloc=no ;; # DG/UX machines +*** configure.in.bak Tue Dec 17 20:49:09 1996 +--- configure.in Fri Dec 27 14:07:59 1996 +*************** +*** 36,41 **** +--- 36,42 ---- + sparc-svr4*) opt_gnu_malloc=no ;; # sparc SVR4, SVR4.2 + sparc-netbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment + sparc-linux*) opt_gnu_malloc=no ;; # sparc running linux; requires ELF ++ *-freebsd*) opt_gnu_malloc=no ;; # has faster malloc + *-aix*) opt_gnu_malloc=no ;; # AIX machines + *-nextstep*) opt_gnu_malloc=no ;; # NeXT machines running NeXTstep + *-dgux*) opt_gnu_malloc=no ;; # DG/UX machines -- cgit v1.2.3