mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
gcc PR libstdc++/36101, gcc PR libstdc++/42813
* configure.ac (bootstrap_target_libs): Include target-libgomp. * configure: Regenerate.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -6513,7 +6513,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
|
||||
|
Reference in New Issue
Block a user