libstdc++: Pass CXXFLAGS to check_performance script
authorJonathan Wakely <jwakely@redhat.com>
Fri, 9 Oct 2020 12:59:27 +0000 (13:59 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 9 Oct 2020 13:01:55 +0000 (14:01 +0100)
commit7e7eef2a1bb45c61ee26936ccaab7159dcceca94
tree246b034851951fdd46e91da22fa140dd718b617d
parentf9919ba717dfaf6018b7e625bebc84a461477b52
libstdc++: Pass CXXFLAGS to check_performance script

It looks like our check-performance target runs completely unoptimized,
which is a bit silly. This exports the CXXFLAGS from the parent make
process to the check_performance script.

libstdc++-v3/ChangeLog:

* scripts/check_performance: Use gnu++11 instead of gnu++0x.
* testsuite/Makefile.am (check-performance): Export CXXFLAGS to
child process.
* testsuite/Makefile.in: Regenerate.
libstdc++-v3/scripts/check_performance
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in