diff options
author | yufeng <yufeng@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-15 17:45:54 +0000 |
---|---|---|
committer | yufeng <yufeng@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-15 17:45:54 +0000 |
commit | e26fddfae4537b20a6a755c6e911f431d11212df (patch) | |
tree | b9242430bd263a4907912d34488d8c5aa5eadd65 /configure | |
parent | 65a6e0ab50351a66b7552d9bdd827195f2a49239 (diff) | |
download | gcc-e26fddfae4537b20a6a755c6e911f431d11212df.tar.gz |
* configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196083 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index caa34cae8f2..d809535ed0a 100755 --- a/configure +++ b/configure @@ -3437,6 +3437,9 @@ case "${target}" in sh*-*-pe|mips*-*-pe|*arm-wince-pe) libgloss_dir=wince ;; + aarch64*-*-* ) + libgloss_dir=aarch64 + ;; arm*-*-*) libgloss_dir=arm ;; |