aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1998-07-23 14:37:54 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:52 +0000
commitbc4cd23ce958feda898c618215f94d8a4e8f4ffa (patch)
tree32fc9a13b636cb4d29873feddc533d3dfb25a917 /configure
parentcce855bc5b117cb7ae70064131120687bc69fac0 (diff)
downloadandroid_external_bash-bc4cd23ce958feda898c618215f94d8a4e8f4ffa.tar.gz
android_external_bash-bc4cd23ce958feda898c618215f94d8a4e8f4ffa.tar.bz2
android_external_bash-bc4cd23ce958feda898c618215f94d8a4e8f4ffa.zip
Imported from ../bash-2.02.1.tar.gz.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9b018f0..3a27c42 100755
--- a/configure
+++ b/configure
@@ -725,7 +725,7 @@ alpha-*) opt_gnu_malloc=no ;; # alpha running osf/1 or linux
*-osf1*) opt_gnu_malloc=no ;; # other osf/1 machines
sparc-svr4*) opt_gnu_malloc=no ;; # sparc SVR4, SVR4.2
sparc-netbsd*) opt_gnu_malloc=no ;; # needs 8-byte alignment
-sgi-irix6*) opt_gnu_malloc=no ;; # needs 8-byte alignment
+#mips-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
*-aix*) opt_gnu_malloc=no ;; # AIX machines
@@ -1113,7 +1113,7 @@ fi
BASHVERS=2.02
-BASHPATCH=0
+BASHPATCH=1
echo "Beginning configuration for bash-$BASHVERS for ${host_cpu}-${host_vendor}-${host_os}"