Commit 1140d42f by Jiong Wang Committed by Jiong Wang

[AArch64] --with-arch in config.gcc support "."

	* config.gcc: Recognize "." in architecture base name for AArch64.

From-SVN: r228837
parent a803b9b3
2015-10-15 Jiong Wang <jiong.wang@arm.com>
* config.gcc: Recognize "." in architecture base name for AArch64.
2015-10-14 Uros Bizjak <ubizjak@gmail.com>
* config/mips/mips.h (MIPS_STACK_ALIGN): Implement using
......@@ -3545,7 +3545,7 @@ case "${target}" in
eval "val=\$with_$which"
base_val=`echo $val | sed -e 's/\+.*//'`
ext_val=`echo $val | sed -e 's/[a-z0-9\-]\+//'`
ext_val=`echo $val | sed -e 's/[a-z0-9.-]\+//'`
if [ $which = arch ]; then
def=aarch64-arches.def
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment