summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2017-06-03 08:23:22 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2017-06-03 08:23:22 +0000
commit76052545d2907913a643aab5cab0c9db1d74e393 (patch)
tree38cacb67fb886e83c8bfa38a8478fdd14acc3858 /configure.ac
parent2474f48f738cbbdce18f4ded7afd7e57d8b1dcc4 (diff)
configure.ac (*-*-linux-android*): Set target_makefile_frag.
* configure.ac (*-*-linux-android*): Set target_makefile_frag. * configure: Regenerate. config/ * mt-android: New file. libstdc++-v3/ * src/filesystem/dir.cc (fs::_Dir::advance): Use std::exchange. From-SVN: r248853
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 82faf06946d..0cf052b2c75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2521,6 +2521,9 @@ case "${target}" in
nios2-*-elf*)
target_makefile_frag="config/mt-nios2-elf"
;;
+ *-*-linux-android*)
+ target_makefile_frag="config/mt-android"
+ ;;
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
target_makefile_frag="config/mt-gnu"
;;