bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Porting to HP NonStop: --without-bash-malloc


From: Joachim Schmitz
Subject: Porting to HP NonStop: --without-bash-malloc
Date: Fri, 14 Sep 2012 17:35:13 +0200

Hi Chet

Could you add this? Prevents us from having to remember to use --without-bash-malloc

diff --git a/configure.in b/configure.in
index d7e0998..af72223 100644
--- a/configure.in
+++ b/configure.in
@@ -87,6 +87,7 @@ sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; r
*-beos*)    opt_bash_malloc=no ;;    # they say it's suitable
*-cygwin*)    opt_bash_malloc=no ;;    # Cygnus's CYGWIN environment
*-opennt*|*-interix*) opt_bash_malloc=no ;; # Interix, now owned by Microsof
+*-nsk*)        opt_bash_malloc=no ;;    # HP NonStop
esac

# memory scrambling on free()


Applies to at least bash-4.2.37

Bye, Jojo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]