summaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 2cbb4b7ab9d..084986f475e 100755
--- a/configure
+++ b/configure
@@ -6930,6 +6930,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"
;;