From 76052545d2907913a643aab5cab0c9db1d74e393 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sat, 3 Jun 2017 08:23:22 +0000 Subject: 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 --- config/ChangeLog | 4 ++++ config/mt-android | 1 + 2 files changed, 5 insertions(+) create mode 100644 config/mt-android (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index 020032b62fa..4d543535007 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2017-06-03 Eric Botcazou + + * mt-android: New file. + 2017-02-13 Richard Biener * isl.m4: Remove support for ISL 0.14. diff --git a/config/mt-android b/config/mt-android new file mode 100644 index 00000000000..0db854f81d4 --- /dev/null +++ b/config/mt-android @@ -0,0 +1 @@ +CXXFLAGS_FOR_TARGET += -D_GNU_SOURCE -fexceptions -frtti -- cgit v1.2.3