Commit 60dd0857 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Refine AIX support.

PR: 1198
parent f5204c61
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -745,6 +745,11 @@ case "$GUESSOS" in
		fi
	    fi
	fi
	if (lsattr -E -O -l proc0 | grep -i powepc) >/dev/null 2>&1; then
	    :	# this applies even to Power3 and later, as they return PowerPC_POWER[345]
	else
	    options="$options no-asm"
	fi
	;;
  # these are all covered by the catchall below
  # *-dgux) OUT="dgux" ;;