summaryrefslogtreecommitdiff
path: root/shells/bash3/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash3/files/patch-aa')
-rw-r--r--shells/bash3/files/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/shells/bash3/files/patch-aa b/shells/bash3/files/patch-aa
deleted file mode 100644
index 34865eecc333..000000000000
--- a/shells/bash3/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-*** 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