diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2017-06-03 08:23:22 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2017-06-03 08:23:22 +0000 |
commit | 76052545d2907913a643aab5cab0c9db1d74e393 (patch) | |
tree | 38cacb67fb886e83c8bfa38a8478fdd14acc3858 /configure | |
parent | 2474f48f738cbbdce18f4ded7afd7e57d8b1dcc4 (diff) | |
download | gcc-76052545d2907913a643aab5cab0c9db1d74e393.zip gcc-76052545d2907913a643aab5cab0c9db1d74e393.tar.gz gcc-76052545d2907913a643aab5cab0c9db1d74e393.tar.bz2 |
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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" ;; |