teach configure that bash is not to use the malloc that comes with bash on

OpenBSD systems as it doesn't work correctly on all architectures; e.g it
gets alignment restrictions wrong on the sparc
This commit is contained in:
marc 1998-07-03 21:40:45 +00:00
parent 0fe5dd6f20
commit 5f98700b1c

View File

@ -0,0 +1,10 @@
--- configure.~1~ Thu Apr 16 07:42:52 1998
+++ configure Fri Jul 3 14:19:56 1998
@@ -728,6 +728,7 @@
sgi-irix6*) opt_gnu_malloc=no ;; # needs 8-byte alignment
sparc-linux*) opt_gnu_malloc=no ;; # sparc running linux; requires ELF
#*-freebsd*) opt_gnu_malloc=no ;; # they claim it's better
+*-openbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment for one thing
*-aix*) opt_gnu_malloc=no ;; # AIX machines
*-nextstep*) opt_gnu_malloc=no ;; # NeXT machines running NeXTstep
*-dgux*) opt_gnu_malloc=no ;; # DG/UX machines