Imported Upstream version 6.12.0.134
Former-commit-id: 6b89846fe1dc71964ceaaebe45214f56be254741
This commit is contained in:
parent
3b8ffadc5f
commit
fbb952d723
@ -1 +1 @@
|
||||
161c98a1ee3dae65b7b6787f5e4d8649dbea7aa3
|
||||
6b37b4870d2232ccae18b57fa9d26d24dc5a8b4d
|
@ -1 +1 @@
|
||||
784aa1cf323272004d1ad07012894a3c7cc7c4c7
|
||||
fec3c1a92756e9c77fead6c26d75b15a710db716
|
696
external/bdwgc/autom4te.cache/requests
vendored
696
external/bdwgc/autom4te.cache/requests
vendored
File diff suppressed because it is too large
Load Diff
4
external/bdwgc/config.log
vendored
4
external/bdwgc/config.log
vendored
@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
|
||||
## Platform. ##
|
||||
## --------- ##
|
||||
|
||||
hostname = az-ubuntu-generalc926e0
|
||||
hostname = az-ubuntu-general64f130
|
||||
uname -m = x86_64
|
||||
uname -r = 4.15.0-1109-azure
|
||||
uname -s = Linux
|
||||
@ -747,7 +747,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
|
||||
CONFIG_COMMANDS =
|
||||
$ ./config.status
|
||||
|
||||
on az-ubuntu-generalc926e0
|
||||
on az-ubuntu-general64f130
|
||||
|
||||
config.status:1238: creating Makefile
|
||||
config.status:1238: creating bdw-gc.pc
|
||||
|
668
external/bdwgc/libatomic_ops/autom4te.cache/requests
vendored
668
external/bdwgc/libatomic_ops/autom4te.cache/requests
vendored
File diff suppressed because it is too large
Load Diff
2
external/bdwgc/libtool.REMOVED.git-id
vendored
2
external/bdwgc/libtool.REMOVED.git-id
vendored
@ -1 +1 @@
|
||||
870f61a2fad4923c5a8621d86e113ee27ee87ad5
|
||||
64e33e70b50d450adf6a3446c9f8ba4817dbad89
|
@ -1 +1 @@
|
||||
86617328d028e695d10a9bf335bb48752dd5eff4
|
||||
1ac21ac53f4e156243352100868fa289d87cc1ca
|
Binary file not shown.
@ -1 +1 @@
|
||||
d798e200b2547be66dd41643b2a457e266d38371
|
||||
a473915c7f0ff7a86742f5f46d26557016a7b0d8
|
@ -1 +1 @@
|
||||
41aa5c43a335f395df71e35329c1fb6b1f36566f
|
||||
37f0a12941d407991d9c916576e352623d7dacdb
|
@ -1 +1 @@
|
||||
d511939881c1168e70f00e939cbd32a27de81275
|
||||
130b43c2e21d4ca1836af8da3071059cb81e4c9a
|
@ -1 +1 @@
|
||||
4f816c10625685f65be6a0257148c5456c4ea146
|
||||
231752f884730d23e9bb2fa602f3e1f5b65d699b
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
3.6.0-4.20224.5
|
||||
3.6.0-3.20218.3
|
@ -0,0 +1 @@
|
||||
62bdea36191c2678b6633da074ac069cec723a92
|
@ -3,10 +3,21 @@
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="Microsoft.Managed.Core.targets"/>
|
||||
|
||||
<PropertyGroup Condition="('$(TargetFrameworkIdentifier)' != '.NETCoreApp' OR '$(_TargetFrameworkVersionWithoutV)' < '3.0') AND
|
||||
('$(TargetFrameworkIdentifier)' != '.NETStandard' OR '$(_TargetFrameworkVersionWithoutV)' < '2.1')">
|
||||
<MaxSupportedLangVersion Condition="'$(MaxSupportedLangVersion)' == ''">7.3</MaxSupportedLangVersion>
|
||||
<LangVersion Condition="'$(LangVersion)' == ''">$(MaxSupportedLangVersion)</LangVersion>
|
||||
<PropertyGroup>
|
||||
<!-- .NETCoreApp < 3.0, .NETStandard < 2.1, or any other target framework -->
|
||||
<_MaxSupportedLangVersion Condition="('$(TargetFrameworkIdentifier)' != '.NETCoreApp' OR '$(_TargetFrameworkVersionWithoutV)' < '3.0') AND
|
||||
('$(TargetFrameworkIdentifier)' != '.NETStandard' OR '$(_TargetFrameworkVersionWithoutV)' < '2.1')">7.3</_MaxSupportedLangVersion>
|
||||
|
||||
<!-- .NETCoreApp < 5.0, .NETStandard == 2.1 -->
|
||||
<_MaxSupportedLangVersion Condition="(('$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' < '5.0') OR
|
||||
('$(TargetFrameworkIdentifier)' == '.NETStandard' AND '$(_TargetFrameworkVersionWithoutV)' == '2.1')) AND
|
||||
'$(_MaxSupportedLangVersion)' == ''">8.0</_MaxSupportedLangVersion>
|
||||
|
||||
<!-- .NETCoreApp == 5.0 -->
|
||||
<_MaxSupportedLangVersion Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(_TargetFrameworkVersionWithoutV)' == '5.0' AND
|
||||
'$(_MaxSupportedLangVersion)' == ''">9.0</_MaxSupportedLangVersion>
|
||||
|
||||
<LangVersion Condition="'$(LangVersion)' == '' AND '$(_MaxSupportedLangVersion)' != ''">$(_MaxSupportedLangVersion)</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="CoreCompile"
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user