diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-23 11:17:30 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-23 11:17:30 +0000 |
commit | 8e61effdf7f1a4cfeb7e0f8fb6985ee71a62ea89 (patch) | |
tree | 94c94d127dc267bf716ea7cb79171c77f1070095 /configure | |
parent | 0378889e03cb5daa8dbca43966085838a7ae5b1c (diff) | |
download | gcc-8e61effdf7f1a4cfeb7e0f8fb6985ee71a62ea89.tar.gz |
PR libstdc++/36101, PR libstdc++/42813
* configure.ac (bootstrap_target_libs): Include target-libgomp.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156189 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 23c1eb753c2..62a10553535 100755 --- a/configure +++ b/configure @@ -6545,7 +6545,7 @@ fi stage1_languages=,c, # Target libraries that we bootstrap. -bootstrap_target_libs=,target-libgcc, +bootstrap_target_libs=,target-libgcc,target-libgomp, # Figure out what language subdirectories are present. # Look if the user specified --enable-languages="..."; if not, use |