Commit 5672b953 authored by Joerg Bruehe's avatar Joerg Bruehe
Browse files

Merge the fix for bug#37623 (Suffix "-64bit" is duplicated)

from 5.0 into the 5.1.26 release clone.
parents afa3d120 07268a15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ if [ x"$PLATFORM" = x"" ] ; then
  system=`echo $system | sed -e 's/darwin6.*/osx10.2/g'`
  system=`echo $system | sed -e 's/darwin7.*/osx10.3/g'`
  system=`echo $system | sed -e 's/darwin8.*/osx10.4/g'`
  system=`echo $system | sed -e 's/darwin9.*/osx10.5/g'`
  system=`echo $system | sed -e 's/\(aix4.3\).*/\1/g'`
  system=`echo $system | sed -e 's/\(aix5.1\).*/\1/g'`
  system=`echo $system | sed -e 's/\(aix5.2\).*/\1/g'`