diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-14 18:21:24 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-14 18:21:24 +0000 |
commit | 834cd215496656aaa8e10cc8d6aab7ce39578145 (patch) | |
tree | 47b364982856968ea1e71e6acd6171edfaf61447 /libstdc++-v3/configure | |
parent | e90391905accdac73e5f34da1ea4a7d97ce179d1 (diff) | |
download | gcc-834cd215496656aaa8e10cc8d6aab7ce39578145.tar.gz |
2002-06-14 J.T. Conklin <jtc@acorntoolworks.com>
* configure.in (target_alias): Fix.
* configure: Regenerate.
* aclocal.m4: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54618 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 8a16602aabd..4254d7f76e0 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -7879,7 +7879,7 @@ EOF *-windiss*) os_include_dir="config/os/windiss" ;; - *-qnx6.12*) + *-qnx6.[12]*) SECTION_FLAGS='-ffunction-sections -fdata-sections' |