View | Details | Raw Unified | Return to bug 233808
Collapse All | Expand All

(-)Templates/config.sub (+6 lines)
Lines 563-568 Link Here
563
esac
563
esac
564
564
565
# Decode aliases for certain CPU-COMPANY combinations.
565
# Decode aliases for certain CPU-COMPANY combinations.
566
case $field1 in
567
arm*)
568
	field1=$(uname -p)
569
	basic_machine=$field1-$field2-$field3
570
;;
571
esac
566
case $basic_machine in
572
case $basic_machine in
567
	# Recognize the basic CPU types without company name.
573
	# Recognize the basic CPU types without company name.
568
	# Some are omitted here because they have special meanings below.
574
	# Some are omitted here because they have special meanings below.

Return to bug 233808