Commit 83ed4914 authored by Ulf Möller's avatar Ulf Möller
Browse files

bug fix.

PR: 1326
Submitted by: John Skodon
parent 67d99090
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -725,9 +725,9 @@ case "$GUESSOS" in
		fi
	     fi
	elif [ $CPU_VERSION -ge 528 ]; then	# PA-RISC 1.1+ CPU
	     OUT="hpux-parisc-${CC}
	     OUT="hpux-parisc-${CC}"
	elif [ $CPU_VERSION -ge 523 ]; then	# PA-RISC 1.0 CPU
	     OUT="hpux-parisc-${CC}
	     OUT="hpux-parisc-${CC}"
	else					# Motorola(?) CPU
	     OUT="hpux-$CC"
	fi