Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
736 commits
Select commit Hold shift + click to select a range
643ad91
Merge pull request #1354 from martinjt/RequestAbort
migueldeicaza Oct 20, 2014
ce348f1
Removed erroneously added property to HttpRequestBase in pull #1353
martinjt Oct 20, 2014
5ae9f7d
[sgen] Fix allowance calculation.
schani Oct 7, 2014
950d9c8
Additional JWT Security Token Support
RyanMelenaNoesis Oct 14, 2014
8410c9b
[runtime] Clean up the signal handling code by moving the signal hand…
vargaz Oct 20, 2014
c3bd833
Fix a typo.
vargaz Oct 20, 2014
6716d43
[jit] Remove some unused definitions.
vargaz Oct 20, 2014
639413e
Fix the build after the signals changes.
vargaz Oct 20, 2014
2636453
[sgen] Cleanup some allocation code
luhenry Sep 30, 2014
d3788f8
[sgen] Utility function to compute number of unfaulted pages.
luhenry Sep 30, 2014
4619f9f
[sgen] Add internal allocator default sizes usage statistic
luhenry Sep 30, 2014
1daac38
[sgen] Add assertion on power of 2 for internal allocator section size
luhenry Sep 30, 2014
18cd82b
[sgen] Adjust internal allocator block size to slot size.
luhenry Sep 30, 2014
a26b297
Fix a warning.
vargaz Oct 21, 2014
066bdb9
[jit] Add some micro-optimizations to speed up the AOT compiler.
vargaz Oct 21, 2014
63eb94b
Merge pull request #1356 from martinjt/ReadEntityV2
directhex Oct 21, 2014
2a14bc4
[sgen] Fix assertion error on 32bits
luhenry Oct 21, 2014
c4f72de
[sgen] Add memory governor allocated size counter
luhenry Oct 13, 2014
e15463e
[sgen] Add GC max collection time counter
luhenry Oct 13, 2014
87e7f1c
Included /dev/ttyACM in the search for serial port devices, since CDC…
parnham Oct 22, 2014
bb86670
[bcl] Fix races in task tests.
vargaz Oct 22, 2014
21656fd
Fix win32 build.
Oct 22, 2014
a142d92
[threadpool] Fix deadlock/starvation of the thread pool
luhenry Oct 22, 2014
6ec1ebf
[llvm] Rewrite the way direct calls are made between llvm methods. Pr…
vargaz Oct 22, 2014
de8ca8f
Merge pull request #1358 from madewokherd/win32build
vargaz Oct 22, 2014
8d9f05e
[runtime] Add checks for overlapping reference and non-reference fiel…
vargaz Oct 22, 2014
916abe5
[bcl] Restore ThreadPool number of threads configuration after each test
luhenry Oct 23, 2014
87f4b14
[jit] Print out methods which failed to JIT when using --regression.
vargaz Oct 23, 2014
2d3dd5a
[runtime] Fix a regression introduced by 8d9f05ea9a943ff1a36bb0ef3dd0…
vargaz Oct 23, 2014
e1da8e3
[jit] Use NULLIFY_INS () to nullify instructions and use MONO_INST_NE…
vargaz Oct 23, 2014
dd68e53
File URI's without a host are not UNC paths on Windows.
Sep 11, 2014
ede4f3a
[MWF] Use overload of Marshal.PtrToStringUni that reads up until the …
akoeplinger Oct 23, 2014
3d9a2b7
[relaxng] fix default namespace handling in compact syntax.
atsushieno Oct 23, 2014
e6b335e
[runtime] Remove build system support for the interpreter.
vargaz Oct 24, 2014
976be34
[xml] XmlTextReader: Value was wrong after ReadAttributeValue() on xm…
atsushieno Oct 24, 2014
8da186e
Merge pull request #1361 from akoeplinger/fix-forms
directhex Oct 24, 2014
8630afb
HttpApplication: set StatusCode = 500 when we send an exception to th…
Oct 23, 2014
3fd3541
WebConfigurationManager: protect GetSection
Oct 24, 2014
9b7b75d
WebConfigurationManager: simplify call to ConfigurationSection.GetRun…
Oct 24, 2014
c46234b
HttpApplication: if there is an exception in InitOnce, output it on t…
Oct 24, 2014
e867622
Merge pull request #1362 from echampet/dupfix
migueldeicaza Oct 24, 2014
c19e821
Merge pull request #1357 from emergent-design/master
migueldeicaza Oct 24, 2014
84472a3
Merge pull request #1348 from ermshiperete/ImproveButtonTextLayout
migueldeicaza Oct 24, 2014
f7fd52a
[mscorlib/Android] TimeZoneInfo.Local.Id should be "Local".
jonpryor Oct 24, 2014
ab36110
[MWF] Display visual feedback on pressed button (#23869)
ermshiperete Oct 16, 2014
5d869be
[MWF] Improve ellipsis handling
ermshiperete Oct 16, 2014
dc30595
[System] Added missing ctor to Socket for initializing dual-mode socket
muojp Oct 25, 2014
8f9a74f
Merge pull request #1364 from muojp/addDotNet45_SocketCtor
vargaz Oct 25, 2014
f1108aa
[eval] Fix delegate; add caching for PrepareEmit
ztone Oct 11, 2014
d663c9f
Fix Windows build by including wstcpip.h before winsock.h is included
ajlennon Oct 26, 2014
ff1817f
[CI] Add appveyor.yml configuration file to support Windows build
ajlennon Oct 26, 2014
0635a83
[build] Enable dolt on mingw32
kornelpal Oct 26, 2014
5a234d5
Merge pull request #1367 from kornelpal/dolt-mingw32
vargaz Oct 26, 2014
e55e70f
Implement the SuppressFormsAuthenticationRedirect properties
martinjt Oct 26, 2014
d35449e
Add/update missing bits in order to support MVC5.2.
AerisG222 Oct 26, 2014
c170351
Merge pull request #1366 from DynamicDevices/ajl/win32build
vargaz Oct 26, 2014
45d8312
Merge pull request #1368 from martinjt/SuppressFormsAuthRedirect
migueldeicaza Oct 26, 2014
b7b94a8
Add ClientDisconnectedToken property to HttpResponseBase and Wrapper …
martinjt Oct 26, 2014
7174b06
Fix for ObjectDiposedException in DispatcherCB class
michaldobrodenka Oct 27, 2014
447975c
[threadpool] Fix race condition on threads variable cleanup
luhenry Oct 27, 2014
8b80178
Add missing header file to s390x_sources, otherwise a required header…
Oct 27, 2014
80ca039
[jit] Fix the decomposition of OP_IREM_IMM on arm64.
vargaz Oct 28, 2014
13fd028
[System.IO] Reimplemented much of the kqueue-based file watcher so th…
bratsche Jun 8, 2014
717c6de
[System.IO] Phase 2 of revamping KeventWatcher (FileSystemWatcher imp…
alexischr Oct 9, 2014
039ffca
Merge pull request #1374 from directhex/master
vargaz Oct 28, 2014
e4b431e
Merge pull request #1369 from DynamicDevices/ajl/appveyor
tritao Oct 28, 2014
e0dab77
Merge pull request #1373 from michaldobrodenka/master
alexischr Oct 28, 2014
328defd
Zero out pointers to freed memory in AudioDevice
StephenMcConnel Oct 28, 2014
424d1cd
Merge pull request #1376 from StephenMcConnel/bug-24109
vargaz Oct 28, 2014
137718d
Merge pull request #1321 from esdrubal/currentsystemtimezone
esdrubal Oct 28, 2014
36c9c00
Merge pull request #1298 from esdrubal/uploadfileasync
esdrubal Oct 28, 2014
872e97c
Add OP_LREM_IMM support;Add implementation of mono_arch_get_delegate_…
nealef Oct 28, 2014
7e8a11f
[runtime] Disable the check for overlapping reference and non-referen…
vargaz Oct 28, 2014
2e8f21d
[llvm] Fix a regression caused by 6ec1ebf99078a996ca16fd0c56cbd4e96e3…
vargaz Oct 29, 2014
41981cd
[libgc] Eliminate warning about redefinition of GC_WIN32_THREADS
ajlennon Oct 29, 2014
dcdc841
[llvm] Disable the extension of i8/i16 arguments to i32 on arm64, sin…
vargaz Oct 29, 2014
d585381
Bump Mono version -> 3.12.1
alexischr Oct 29, 2014
c265540
Merge pull request #1337 from RyanMelenaNoesis/master
migueldeicaza Oct 29, 2014
bd715a7
Merge pull request #1378 from DynamicDevices/ajl/warnings
vargaz Oct 29, 2014
6a738ca
[corlib] Add some missing memory barriers to the ConcurrentQueue meth…
vargaz Oct 29, 2014
dacc3f8
Merge pull request #944 from ermshiperete/bug-novell-496138
vargaz Oct 29, 2014
ac1dcc6
[System.Core/Android] Update TimeZone database self test.
jonpryor Oct 30, 2014
112079b
Revert this patch, as it broke the test suite
migueldeicaza Oct 30, 2014
f269254
[Mono.Data.Tds] Allow sending of text data longer than 4000 character…
vargaz Oct 30, 2014
6af7989
Re-apply the patch, there isa fix for it
migueldeicaza Oct 30, 2014
ef13507
Revert incorrect changes from commit 950d9c8a567273c3363f43cee454f2b9…
RyanMelenaNoesis Oct 30, 2014
03494c7
[sgen] Don't loop endlessly when out of memory.
schani Oct 29, 2014
45fc2e1
[sgen] Fix crash in late pinning.
schani Oct 29, 2014
5eec4d0
[sgen] Don't store pin queue addresses, only indexes. Fixes #24084.
schani Oct 29, 2014
3c533de
Add files that were forgotten in 6af798962810054fcf68f8e597de56b64902…
akoeplinger Oct 30, 2014
7c162f9
[llvm] Remove the unused LLVM_MAJOR_VERSION/LLVM_MINOR_VERSION defines.
vargaz Oct 30, 2014
b40386d
Add the -Qunused-arguments warning to CPPFLAGS too.
vargaz Oct 30, 2014
74d2172
Fix a warning.
vargaz Oct 30, 2014
bf6fea5
[aot] Use the info->tramp_page_code_offsets array on arm as well.
vargaz Oct 30, 2014
dbfee6a
[aot] Remove some obsolete TODOs.
vargaz Oct 30, 2014
f05e658
Merge pull request #1381 from schani/fix-23401
kumpera Oct 30, 2014
f85a6bc
[runtime] Fix the android build with ndk r10c.
vargaz Oct 30, 2014
000c018
[sgen] Add an explanatory comment about OOM.
schani Oct 30, 2014
100ecb4
Merge pull request #1360 from madewokherd/winuncpath
tritao Oct 31, 2014
3fd4901
Merge pull request #960 from ermshiperete/ShowHelp
migueldeicaza Oct 31, 2014
661430f
[xml] XmlDocument.ReadNode() should not special case XmlTextReader.
atsushieno Oct 31, 2014
e4d8f21
Merge pull request #1163 from AerisG222/more_mvc_fixes
migueldeicaza Nov 2, 2014
b11044a
[asp.net] Implement the EventHandlerTaskAsyncHelper and HttpTaskAsync…
migueldeicaza Nov 2, 2014
5c23f1e
Set ReadEntityBodyMode default to Classic to force clients to use the…
migueldeicaza Nov 2, 2014
0afdce4
Merge pull request #1371 from martinjt/AddClientDisconnectedToken
migueldeicaza Nov 2, 2014
716c7ad
[asp.net] Implement the EventHandlerTaskAsyncHelper and HttpTaskAsync…
migueldeicaza Nov 2, 2014
57feaca
Add missing newline in .sources file, should fix build
akoeplinger Oct 31, 2014
0930889
Merge pull request #1347 from ermshiperete/ImproveEllipsisHandling
migueldeicaza Nov 2, 2014
e5fc545
Merge pull request #1185 from esdrubal/http-reuse
esdrubal Nov 3, 2014
7b4bd74
[jit] Reenable the more efficient cast code in gshared methods.
vargaz Nov 3, 2014
1c6da6b
Added the MembershipPasswordAttribute class and associated unit tests
martinjt Oct 24, 2014
92c91d7
[jit] Factor out duplicate code from the castclass/unbox.any opcode i…
vargaz Nov 3, 2014
b160f1e
[sgen] Use hash based on current address for finalization hashes.
BrzVlad Oct 30, 2014
fc02486
Fix NET_2_0 build
akoeplinger Nov 4, 2014
9bb11ad
Merge pull request #1363 from martinjt/AddMembershipPasswordAttribute
migueldeicaza Nov 4, 2014
c84d28c
[mscorlib] Marshal.GetExceptionForHR() takes an `errorInfo` parameter.
jonpryor Nov 4, 2014
d3ee925
[System.ServiceModel] Fixed Bug652331_2 test that failed on Jenkins b…
akoeplinger Nov 4, 2014
f812f43
[llvm] Add beginnings of support for emitting dwarf debug info for LL…
vargaz Nov 4, 2014
f6da6fa
Fix the loadable llvm build.
vargaz Nov 4, 2014
fe26550
Disable building the NET 2.0 profile by default.
vargaz Nov 4, 2014
82cfc3e
Make the build in docs/ uses the net 4.5 profile.
vargaz Nov 4, 2014
f34e642
Make mono_threads_pthread_kill available to mach targets.
kumpera Nov 5, 2014
53cd89d
[profiler] Fix signal based profiling to sample all registered threads.
kumpera Nov 5, 2014
9522723
[profiler] Add new profiler API mono_profiler_set_statistical_mode th…
kumpera Nov 5, 2014
d51f34f
[profiler] Expose new profiling modes and allow sampling rate to be s…
kumpera Nov 5, 2014
2a11a2f
[arm] Fix OP_LOCALLOC on arm so it correctly adjusts sp with the para…
vargaz Nov 5, 2014
1ea6921
Merge pull request #1387 from akoeplinger/improve-bug652331_2
vargaz Nov 5, 2014
d8aad87
[linker] blacklist System.Net.Sockets.MulticastOption fields
radekdoulik Nov 5, 2014
b324cec
TZ display name changes no longer reset adjustment rules.
esdrubal Nov 5, 2014
570cb1a
Changed script DateTime.Now_Test.sh to use the compiled csharp.exe.
esdrubal Nov 5, 2014
ed65bc2
Revert "Disable building the NET 2.0 profile by default."
vargaz Nov 5, 2014
363302f
Install Mono.Cecil in the net 4.5 profile.
vargaz Nov 5, 2014
edb931d
[runtime] Use a separate signal with the SA_RESTART flag set for susp…
vargaz Nov 7, 2014
bf39f5a
[xml] XmlElement.InnserXml seems to preserve whitespaces.
atsushieno Nov 7, 2014
367d417
[Mono.Posix] consider nano time info in UnixFileSystemInfo.Last*Time.
atsushieno Nov 7, 2014
db2381d
Fix GetUsing to output the using name instead of -> using Mono.CSharp…
kjpou1 Nov 7, 2014
3664e4c
Add space
kjpou1 Nov 7, 2014
de3ff22
Add space
kjpou1 Nov 7, 2014
c97100c
Merge pull request #1394 from kjpou1/master
migueldeicaza Nov 7, 2014
dd06b0e
Automated Stalker (StalkUpTo) merge commit from: '09bb2d' to: 'f79c64…
sushihangover Sep 2, 2015
17675a3
Merge commit 'b5fcd926f8ee870e107cf534c1f9592586b8a0e9'
sushihangover Sep 2, 2015
bfb2214
Merge commit '5d80954463306778a9145ff94f27afe27f7d0a1c'
sushihangover Sep 2, 2015
bb0300b
Automated Stalker (StalkUpTo) merge commit from: '17972c' to: '59668d…
sushihangover Sep 2, 2015
7a18e7c
Automated Stalker (StalkMerge) merge commit from: 'e83f4a' into bfb221
sushihangover Sep 2, 2015
a6ea92d
Merge commit '92ff3c372d20b7d83fad86e931e729658e23c965'
sushihangover Sep 2, 2015
20bdd83
Automated Stalker (StalkUpTo) merge commit from: '17972c' to: '185290…
sushihangover Sep 2, 2015
14a7329
Merge commit '88bc5cee97dfd8ad9dd2f89bddca3336ade8ca97'
sushihangover Sep 2, 2015
2840b65
Merge commit '265da58e47737297f671e834b83b38cbfe3f560c' into merges-t…
sushihangover Sep 2, 2015
580ee91
Automated Stalker (StalkUpTo) merge commit from: '14f56f' to: '14f56f…
sushihangover Sep 2, 2015
3f74e47
Automated Stalker (StalkMerge) merge commit from: '4bd982' into 2840b6
sushihangover Sep 2, 2015
78d914e
Automated Stalker (StalkUpTo) merge commit from: '14f56f' to: 'ea6b89…
sushihangover Sep 2, 2015
05f4b73
Merge commit '27b3636cef92e3a8cb154d91e3e7abb9fafea0af'
sushihangover Sep 2, 2015
e6ebd70
Automated Stalker (StalkUpTo) merge commit from: '3c920b' to: 'a27a42…
sushihangover Sep 2, 2015
f9fb65c
Merge commit '8602eed8f7f134deff6ed89fb38f8ec4119b3004'
sushihangover Sep 2, 2015
9b8c29c
Automated Stalker (StalkUpTo) merge commit from: '3c920b' to: '4f8114…
sushihangover Sep 2, 2015
962c3f9
Merge commit 'a27d7ee86d474e28f1704f6295b8d382275483e5'
sushihangover Sep 2, 2015
34ffe7c
Automated Stalker (StalkUpTo) merge commit from: '41c28a' to: 'dc1750…
sushihangover Sep 2, 2015
0192529
Automated Stalker (StalkMerge) merge commit from: 'ccbd0b' into 962c3f
sushihangover Sep 2, 2015
202388f
Automated Stalker (StalkUpTo) merge commit from: '41c28a' to: '6cb9a0…
sushihangover Sep 2, 2015
a6062b6
Merge commit '5846c522477b1ed736857348e2c711e3537c7b78'
sushihangover Sep 2, 2015
4b05102
Automated Stalker (StalkUpTo) merge commit from: 'ebe2a3' to: '156c7c…
sushihangover Sep 2, 2015
9bc9c8f
Automated Stalker (StalkMerge) merge commit from: '9050d9' into a6062b
sushihangover Sep 2, 2015
2137391
Automated Stalker (StalkUpTo) merge commit from: 'ebe2a3' to: '29abf6…
sushihangover Sep 2, 2015
0ddc90d
Automated Stalker (StalkMerge) merge commit from: '1d6365' into a6062b
sushihangover Sep 2, 2015
c9379f3
Automated Stalker (StalkUpTo) merge commit from: 'ebe2a3' to: '468160…
sushihangover Sep 2, 2015
e4f8df1
Merge commit 'b946785022acf83db313daf08ae6b5f211dac0e5'
sushihangover Sep 2, 2015
b94dc96
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: '550d31…
sushihangover Sep 2, 2015
4118f40
Automated Stalker (StalkMerge) merge commit from: '9fd3c7' into e4f8df
sushihangover Sep 2, 2015
96bab0e
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: '90bb9c…
sushihangover Sep 2, 2015
3de0dcf
Automated Stalker (StalkMerge) merge commit from: 'f0d2ee' into e4f8df
sushihangover Sep 2, 2015
110fd59
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: 'a1f58d…
sushihangover Sep 2, 2015
fe8313c
Automated Stalker (StalkMerge) merge commit from: '7f2825' into e4f8df
sushihangover Sep 2, 2015
cd31358
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: '8b10d9…
sushihangover Sep 2, 2015
c91c1cf
Automated Stalker (StalkMerge) merge commit from: '6ea086' into e4f8df
sushihangover Sep 2, 2015
1d1901f
Merge commit '80b14d356ffd8fc8a46d74eb7b6428082519f59c'
sushihangover Sep 2, 2015
6d460d3
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: 'b50e4a…
sushihangover Sep 2, 2015
624daeb
Merge commit '9aed010782d9ea3ad18021bafcfedc89d27a1faf'
sushihangover Sep 2, 2015
ba82d7d
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: '87622f…
sushihangover Sep 2, 2015
63bae44
Automated Stalker (StalkMerge) merge commit from: '2804d6' into 624dae
sushihangover Sep 2, 2015
fb08026
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: 'a4024b…
sushihangover Sep 2, 2015
d2664b2
Automated Stalker (StalkMerge) merge commit from: '548dca' into 624dae
sushihangover Sep 2, 2015
e386533
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: 'd1ffd5…
sushihangover Sep 2, 2015
453d423
Automated Stalker (StalkMerge) merge commit from: '7ad366' into 624dae
sushihangover Sep 2, 2015
e5e338b
Automated Stalker (StalkUpTo) merge commit from: '582b37' to: 'fcb9de…
sushihangover Sep 2, 2015
72e315e
Merge commit '605c8771b8b7f52204d12640c29dc24bbd0c2ea2'
sushihangover Sep 2, 2015
f06badd
Update version to bump pull request to get travis to run (did not pic…
sushihangover Sep 2, 2015
5b98355
Added 9 more tests to track AS operators regressions, need more tests…
sushihangover Sep 2, 2015
0a8538d
Update play test il, fixed path of known test failure (Issue #70)
sushihangover Sep 2, 2015
a303827
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: '355217…
sushihangover Sep 3, 2015
0b21c19
Automated Stalker (StalkMerge) merge commit from: '346161' into 0a8538
sushihangover Sep 3, 2015
443ffdd
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: 'fb3a6d…
sushihangover Sep 3, 2015
1778ffa
Merge commit '5ad92e6b10d5c19dd9974ecd762ab97fb811b29a'
sushihangover Sep 3, 2015
0b8a760
Parity in .play for: declaration expression after ref/out arguments f…
sushihangover Sep 3, 2015
d708bdf
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: 'b99e7a…
sushihangover Sep 3, 2015
75fb6da
Automated Stalker (StalkMerge) merge commit from: '0f3658' into 0b8a76
sushihangover Sep 3, 2015
51b2f1e
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: 'e07477…
sushihangover Sep 3, 2015
e908791
Automated Stalker (StalkMerge) merge commit from: '2d52ce' into 0b8a76
sushihangover Sep 3, 2015
d5872b8
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: 'b6874f…
sushihangover Sep 3, 2015
f99caac
Merge commit '84ab6a7833d8af7702e0359791ce8c4f754991a5'
sushihangover Sep 3, 2015
da4a90f
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: '30ec69…
sushihangover Sep 3, 2015
9d94746
Automated Stalker (StalkMerge) merge commit from: '7c7ae0' into f99caa
sushihangover Sep 3, 2015
7db45e1
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: 'f5f69e…
sushihangover Sep 3, 2015
bfb0211
Merge commit '4320e844e92386319c01095435e6ae0c67bfc09a'
sushihangover Sep 3, 2015
52a4d8b
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: '6c4bc5…
sushihangover Sep 3, 2015
f98cf21
Merge commit 'c5cf618a14711a2144b8a017ad0b61693253bd9c'
sushihangover Sep 3, 2015
12a2a44
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: '916121…
sushihangover Sep 3, 2015
b93a86b
Merge commit 'a59c434f46b2f08c8ddda5b78f601ab9c8dc51ab'
sushihangover Sep 3, 2015
5d056eb
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: '11049f…
sushihangover Sep 3, 2015
0b69235
Merge commit '96b46d1ad02df1386622116a211e8bacd60f3509'
sushihangover Sep 3, 2015
aae395b
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: 'aa11aa…
sushihangover Sep 3, 2015
9f677a6
Automated Stalker (StalkMerge) merge commit from: '0567e7' into 0b6923
sushihangover Sep 3, 2015
7ca9456
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: 'c648f2…
sushihangover Sep 3, 2015
5e06128
Automated Stalker (StalkMerge) merge commit from: 'f234e4' into 0b6923
sushihangover Sep 3, 2015
bedcd28
Automated Stalker (StalkUpTo) merge commit from: '6354f7' to: '13e017…
sushihangover Sep 3, 2015
eb9f54d
Merge commit 'bd3f6f5abcd1e156d5fe028156846cd9696d6464'
sushihangover Sep 3, 2015
60ee85e
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '657b6c…
sushihangover Sep 3, 2015
23c7aca
Merge commit 'f289255ed59c43ee59713887f03425fea303925b'
sushihangover Sep 3, 2015
4340ff8
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '1e5638…
sushihangover Sep 3, 2015
575eede
Automated Stalker (StalkMerge) merge commit from: '84f9d5' into 23c7ac
sushihangover Sep 3, 2015
e61eaf3
Merge commit '2476a1b728cbdc9d097fcbe44fcb9e38ca309f3e'
sushihangover Sep 3, 2015
48f1d98
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: 'dbd022…
sushihangover Sep 3, 2015
04afb2a
Automated Stalker (StalkMerge) merge commit from: '01ffcd' into e61eaf
sushihangover Sep 3, 2015
2e650ad
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '0ac61b…
sushihangover Sep 3, 2015
3ae9ce0
Automated Stalker (StalkMerge) merge commit from: '87454f' into e61eaf
sushihangover Sep 3, 2015
ae1d414
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: 'fa2c28…
sushihangover Sep 3, 2015
1d053e3
Automated Stalker (StalkMerge) merge commit from: 'bd0024' into e61eaf
sushihangover Sep 3, 2015
2bd717a
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '92d866…
sushihangover Sep 3, 2015
37213b8
Automated Stalker (StalkMerge) merge commit from: 'a68a79' into e61eaf
sushihangover Sep 3, 2015
e6784b7
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: 'f600c1…
sushihangover Sep 3, 2015
8c19b6c
Automated Stalker (StalkMerge) merge commit from: '10b556' into e61eaf
sushihangover Sep 3, 2015
4f80026
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '8f9a74…
sushihangover Sep 3, 2015
7511268
Automated Stalker (StalkMerge) merge commit from: 'f1108a' into e61eaf
sushihangover Sep 3, 2015
d2a2958
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '424d1c…
sushihangover Sep 3, 2015
18aff43
Automated Stalker (StalkMerge) merge commit from: '137718' into e61eaf
sushihangover Sep 3, 2015
f8a0d81
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '6a738c…
sushihangover Sep 3, 2015
f0c91d1
Automated Stalker (StalkMerge) merge commit from: 'dacc3f' into e61eaf
sushihangover Sep 3, 2015
af572fe
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '100ecb…
sushihangover Sep 3, 2015
4caa595
Automated Stalker (StalkMerge) merge commit from: '3fd490' into e61eaf
sushihangover Sep 3, 2015
6a0e66f
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '093088…
sushihangover Sep 3, 2015
a5f355c
Automated Stalker (StalkMerge) merge commit from: 'e5fc54' into e61eaf
sushihangover Sep 3, 2015
715f99a
Automated Stalker (StalkUpTo) merge commit from: 'b89b5c' to: '7b4bd7…
sushihangover Sep 3, 2015
16f7dba
Merge commit '1c6da6b912f6e647bdb2313d65cb54cdca630605'
sushihangover Sep 3, 2015
ceed63d
Automated Stalker (StalkUpTo) merge commit from: 'b3214a' to: 'b160f1…
sushihangover Sep 3, 2015
14f939e
Automated Stalker (StalkMerge) merge commit from: '9bb11a' into 16f7db
sushihangover Sep 3, 2015
45b3e04
Automated Stalker (StalkUpTo) merge commit from: 'b3214a' to: '367d41…
sushihangover Sep 3, 2015
09b5019
Automated Stalker (StalkMerge) merge commit from: 'db2381' into 16f7db
sushihangover Sep 3, 2015
23ed0e2
Automated Stalker (StalkUpTo) merge commit from: 'b3214a' to: 'de3ff2…
sushihangover Sep 3, 2015
6eaacba
Merge commit 'c97100c88d5dd40fb9c7433d8ba762f129f720d9'
sushihangover Sep 3, 2015
f8cdfc7
Fix build / bad merges leading up to 3.12.1
sushihangover Sep 3, 2015
a8b08d3
Upstream regression on test-903.cs, created Issue #81 to track
sushihangover Sep 3, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ i?86-*-linux*|i?86-apple-darwin*|x86_64-*-linux*|powerpc-*-linux*|powerpc64-*-li
|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*|mips*-*-linux*|x86_64-apple-darwin*|aarch64*)
pic_options='-fPIC'
;;
?86-pc-cygwin*|i?86-pc-cygwin*)
?86-pc-cygwin*|i?86-pc-cygwin*|i?86-pc-mingw32*)
pic_options='-DDLL_EXPORT'
;;
i?86-apple-darwin*|arm-apple-darwin*)
Expand Down
98 changes: 98 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
#
# Appveyor configuration file for CI build of Mono on Windows (under Cygwin)
#
# For further details see http://www.appveyor.com
#

# Use 'unstable' Appveyor build worker image as Appveyor have added Cygwin to this for us
os: Unstable

#
# Custom environment variables
#
environment:
global:
CYG_ROOT: C:/cygwin
CYG_MIRROR: http://cygwin.mirror.constant.com
CYG_CACHE: C:/cygwin/var/cache/setup
NSIS_ROOT: C:\nsis

#
# Initialisation prior to pulling the Mono repository
#
init:
- 'echo Building Mono for Windows'
- 'echo System architecture: %PLATFORM%'
- 'echo Repo build branch is: %APPVEYOR_REPO_BRANCH%'
- 'echo Build folder is: %APPVEYOR_BUILD_FOLDER%'
# Attempt to ensure we don't try to convert line endings to Win32 CRLF as this will cause build to fail
- 'git config --global core.autocrlf input'

#
# Install needed build dependencies
#
install:
# NOTE: Already installed on current Appveyor unstable image
# - 'echo Retrieving Cygwin'
# - 'appveyor DownloadFile http://cygwin.com/setup-x86.exe -FileName %CYGROOT%/setup-x86.exe'
- 'echo Setting up Cygwin dependencies'
- '%CYG_ROOT%\setup-x86.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P autoconf -P automake -P bison -P gcc-core -P gcc-g++ -P mingw-runtime -P mingw-binutils -P mingw-gcc-core -P mingw-gcc-g++ -P mingw-pthreads -P mingw-w32api -P libtool -P make -P python -P gettext-devel -P gettext -P intltool -P libiconv -P pkg-config -P git -P wget -P curl > NUL'
- 'echo Check Cygwin setup'
- '%CYG_ROOT%/bin/bash -lc "cygcheck -dc cygwin"'
- 'echo Done setting up Cygwin'
- 'echo Retrieving NSIS'
- 'appveyor DownloadFile "http://sunet.dl.sourceforge.net/project/nsis/NSIS 2/2.46/nsis-2.46-setup.exe" -FileName nsissetup.exe'
- 'echo Setting up NSIS'
- 'nsissetup.exe /S /D=%NSIS_ROOT%'
- 'echo Done setting up NSIS'

#
# NOTE: msbuild doesn't work at present so use Cygwin to build
#
#build:
# project: C:\projects\mono\msvc\mono.sln
# verbosity: detailed

# Cygwin build script
#
# NOTES:
#
# The stdin/stdout file descriptor appears not to be valid for the Appveyor
# build which causes failures as certain functions attempt to redirect
# default file handles. Ensure a dummy file descriptor is opened with exec.
#
build_script:
- cmd: 'echo Cygwin root is: %CYG_ROOT%'
- cmd: 'echo Build folder is: %APPVEYOR_BUILD_FOLDER%'
- cmd: 'echo Repo build branch is: %APPVEYOR_REPO_BRANCH%'
- cmd: 'echo Repo build commit is: %APPVEYOR_REPO_COMMIT%'
- cmd: 'echo Autogen running...'
- cmd: '%CYG_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; NOCONFIGURE=1 ./autogen.sh --prefix=/usr/local --with-preview=yes"'
- cmd: 'echo Configure running...'
- cmd: '%CYG_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; ./configure --host=i686-pc-mingw32"'
- cmd: 'echo Pulling monolite latest...'
- cmd: '%CYG_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make get-monolite-latest"'
- cmd: 'echo Make running...'
- cmd: '%CYG_ROOT%/bin/bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'
- cmd: 'echo Installing...'
- cmd: 'mkdir %APPVEYOR_BUILD_FOLDER%\install'
- cmd: '%CYG_ROOT%/bin/bash --login -lc "export CYGWIN=winsymlinks:native; mount \"$APPVEYOR_BUILD_FOLDER\install\" /usr/local; cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make install; umount /usr/local"'
# - cmd: 'echo Building package...'
# - cmd: 'cd %APPVEYOR_BUILD_FOLDER%'
# - cmd: '%NSIS_ROOT%\makensis /DMILESTONE=%APPVEYOR_REPO_BRANCH% /DSOURCE_INSTALL_DIR=%APPVEYOR_BUILD_FOLDER\install\*.* /DBUILDNUM=%APPVEYOR_BUILD_VERSION% monowiz.win32.nsi'
# - cmd: 'Building distribution...'
# - cmd: '%CYG_ROOT%/bin/bash -lc "export CYGWIN=winsymlinks:native; cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make dist"'

#
# Disable tests for now
#
test: off

#
# NOTE: Currently this is the Mono installation tree. In future we will create an installation package artifact.
# It has to be relative to the project path. Thus we have installed to within the build tree.
#
artifacts:
- path: install
name: mono-binaries
type: zip
73 changes: 26 additions & 47 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
#AC_PREREQ([2.62])

AC_INIT(mono, [3.10.0001],
AC_INIT(mono, [3.12.1],
[http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono])

AC_CONFIG_SRCDIR([README.md])
Expand Down Expand Up @@ -115,9 +115,9 @@ case "$host" in
AC_DEFINE(MINGW_CROSS_COMPILE,1,[Cross-compiling using MinGW])
fi
HOST_CC="gcc"
# Windows 2000 is required that includes Internet Explorer 5.01
# Windows XP SP2 is required
CPPFLAGS="$CPPFLAGS -DWINVER=0x0502 -D_WIN32_WINNT=0x0502 -D_WIN32_IE=0x0501 -D_UNICODE -DUNICODE -DWIN32_THREADS -DFD_SETSIZE=1024"
LDFLAGS="$LDFLAGS -lmswsock -lws2_32 -lole32 -loleaut32 -lpsapi -lversion -ladvapi32 -lwinmm -lkernel32"
LDFLAGS="$LDFLAGS -lmswsock -lws2_32 -lole32 -loleaut32 -lpsapi -lversion -ladvapi32 -lwinmm -lkernel32 -liphlpapi"
libmono_cflags="-mms-bitfields -mwindows"
libmono_ldflags="-mms-bitfields -mwindows"
libdl=
Expand Down Expand Up @@ -578,6 +578,7 @@ else
fi
CFLAGS="$CFLAGS -g $WARN"
CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -g"
CPPFLAGS="$CPPFLAGS -g $WARN"

# Where's the 'mcs' source tree?
if test -d $srcdir/mcs; then
Expand Down Expand Up @@ -767,7 +768,7 @@ DISABLED_FEATURES=none
AC_ARG_ENABLE(minimal, [ --enable-minimal=LIST drop support for LIST subsystems.
LIST is a comma-separated list from: aot, profiler, decimal, pinvoke, debug, appdomains, verifier,
reflection_emit, reflection_emit_save, large_code, logging, com, ssa, generics, attach, jit, simd, soft_debug, perfcounters, normalization, assembly_remapping, shared_perfcounters, remoting,
security, sgen_remset, sgen_marksweep_par, sgen_marksweep_fixed, sgen_marksweep_fixed_par, sgen_copying.],
security, sgen_remset, sgen_marksweep_par, sgen_marksweep_fixed, sgen_marksweep_fixed_par, sgen_copying, shared_handles.],
[
for feature in `echo "$enable_minimal" | sed -e "s/,/ /g"`; do
eval "mono_feature_disable_$feature='yes'"
Expand Down Expand Up @@ -941,6 +942,11 @@ if test "x$mono_feature_disable_sgen_copying" = "xyes"; then
AC_MSG_NOTICE([Disabled major=copying support in SGEN.])
fi

if test "x$mono_feature_disable_shared_handles" = "xyes"; then
AC_DEFINE(DISABLE_SHARED_HANDLES, 1, [Disable inter-process shared handles])
AC_SUBST(DISABLE_SHARED_HANDLES)
fi

AC_ARG_ENABLE(executables, [ --disable-executables disable the build of the runtime executables], enable_executables=$enableval, enable_executables=yes)
AM_CONDITIONAL(DISABLE_EXECUTABLES, test x$enable_executables = xno)

Expand Down Expand Up @@ -1194,7 +1200,7 @@ if test x$target_win32 = xno; then

AC_CHECK_HEADERS(execinfo.h)

AC_CHECK_HEADERS(sys/auxv.h)
AC_CHECK_HEADERS(sys/auxv.h sys/resource.h)

AC_CHECK_FUNCS(getgrgid_r)
AC_CHECK_FUNCS(getgrnam_r)
Expand All @@ -1213,6 +1219,7 @@ if test x$target_win32 = xno; then
AC_CHECK_FUNCS(dl_iterate_phdr)
AC_CHECK_FUNCS(dladdr)
AC_CHECK_FUNCS(sysconf)
AC_CHECK_FUNCS(getrlimit)

AC_CHECK_FUNCS(sched_setaffinity)
AC_CHECK_FUNCS(sched_getcpu)
Expand Down Expand Up @@ -2282,6 +2289,7 @@ if test "x$ac_cv_have_dev_random" = "xno" \
fi

AC_MSG_CHECKING([if inter-process shared handles are requested])
# Same as --enable-minimal=shared_handles
AC_ARG_ENABLE(shared-handles, [ --disable-shared-handles disable inter-process shared handles], try_shared_handles=$enableval, try_shared_handles=yes)
AC_MSG_RESULT($try_shared_handles)
if test "x$try_shared_handles" != "xyes"; then
Expand Down Expand Up @@ -2452,8 +2460,6 @@ if test "x$enable_llvm" = "xyes"; then

# Should be something like '2.6' or '2.7svn'
llvm_version=`$LLVM_CONFIG --version`
major_version=`echo $llvm_version | cut -c 1`
minor_version=`echo $llvm_version | cut -c 3`
llvm_api_version=`$LLVM_CONFIG --mono-api-version 2>/dev/null`
AC_MSG_CHECKING(LLVM version)
AC_MSG_RESULT($llvm_version)
Expand All @@ -2474,14 +2480,8 @@ if test "x$enable_llvm" = "xyes"; then
AC_MSG_ERROR([Compiling with stock LLVM is not supported, please use the Mono LLVM repo at https://github.com/mono/llvm, with the GIT branch which matches this version of mono, i.e. 'mono-2-10' for Mono 2.10.])
fi

AC_DEFINE_UNQUOTED(LLVM_MAJOR_VERSION, $major_version, [Major version of LLVM libraries])
AC_DEFINE_UNQUOTED(LLVM_MINOR_VERSION, $minor_version, [Minor version of LLVM libraries])
AC_DEFINE_UNQUOTED(LLVM_VERSION, "$llvm_version", [Full version of LLVM libraties])

# Have to pass these on the command line since mini-llvm-cpp.h already includes
# llvm's config.h
LLVM_CXXFLAGS="$LLVM_CXXFLAGS -DLLVM_MAJOR_VERSION=$major_version -DLLVM_MINOR_VERSION=$minor_version"

AC_SUBST(LLVM_CFLAGS)
AC_SUBST(LLVM_CXXFLAGS)
AC_SUBST(LLVM_LIBS)
Expand All @@ -2498,7 +2498,6 @@ AM_CONDITIONAL(LOADED_LLVM, [test x$enable_loadedllvm = xyes])
TARGET="unknown"
ACCESS_UNALIGNED="yes"

JIT_SUPPORTED=no
LIBC="libc.so.6"
INTL="libc.so.6"
SQLITE="libsqlite.so.0"
Expand All @@ -2519,7 +2518,6 @@ case "$host" in
arch_target=mips;
sgen_supported=true
ACCESS_UNALIGNED="no"
JIT_SUPPORTED=yes

AC_MSG_CHECKING(for mips n32)
AC_TRY_COMPILE([],[
Expand All @@ -2537,7 +2535,6 @@ case "$host" in
i*86-*-*)
TARGET=X86;
arch_target=x86;
JIT_SUPPORTED=yes
case $host_os in
solaris*)
LIBC="libc.so"
Expand Down Expand Up @@ -2583,7 +2580,6 @@ case "$host" in
x86_64-*-* | amd64-*-*)
TARGET=AMD64;
arch_target=amd64;
JIT_SUPPORTED=yes
if test "x$ac_cv_sizeof_void_p" = "x4"; then
AC_DEFINE(__mono_ilp32__, 1, [64 bit mode with 4 byte longs and pointers])
sizeof_register=8
Expand Down Expand Up @@ -2615,7 +2611,6 @@ case "$host" in
TARGET=IA64
arch_target=ia64
ACCESS_UNALIGNED="no"
JIT_SUPPORTED=yes
LIBC="libc.so.6.1"
INTL="libc.so.6.1"
AC_CHECK_LIB(unwind, _U_dyn_register, [], [AC_MSG_ERROR(library libunwind not found)])
Expand All @@ -2628,7 +2623,6 @@ case "$host" in
TARGET=SPARC
fi
arch_target=sparc;
JIT_SUPPORTED=yes
ACCESS_UNALIGNED="no"
case $host_os in
linux*) ;;
Expand Down Expand Up @@ -2661,7 +2655,6 @@ case "$host" in
CPPFLAGS="$CPPFLAGS -D__mono_ppc__"
fi
arch_target=ppc;
JIT_SUPPORTED=yes
case $host_os in
linux*|darwin*)
sgen_supported=true
Expand All @@ -2672,15 +2665,13 @@ case "$host" in
TARGET=ARM;
arch_target=arm;
ACCESS_UNALIGNED="no"
JIT_SUPPORTED=yes
CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
sgen_supported=true
;;
arm*-linux*)
TARGET=ARM;
arch_target=arm;
ACCESS_UNALIGNED="no"
JIT_SUPPORTED=yes
sgen_supported=true
AOT_SUPPORTED="yes"
CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
Expand All @@ -2690,23 +2681,20 @@ case "$host" in
# TARGET=ARM;
# arch_target=arm;
# ACCESS_UNALIGNED="no"
# JIT_SUPPORTED=yes
# sgen_supported=true
# AOT_SUPPORTED="no"
# ;;
aarch64-*)
# https://lkml.org/lkml/2012/7/15/133
TARGET=ARM64
arch_target=arm64
JIT_SUPPORTED=yes
sgen_supported=true
boehm_supported=false
;;
s390x-*-linux*)
TARGET=S390X;
arch_target=s390x;
ACCESS_UNALIGNED="yes"
JIT_SUPPORTED=yes
sgen_supported=true
CFLAGS="$CFLAGS -mbackchain -D__USE_STRING_INLINES"
;;
Expand All @@ -2722,9 +2710,7 @@ if test "x$host" != "x$target"; then
TARGET=ARM;
arch_target=arm;
ACCESS_UNALIGNED="no"
JIT_SUPPORTED=yes
CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
jit_wanted=true
# Can't use tls, since it depends on the runtime detection of tls offsets
# in mono-compiler.h
with_tls=pthread
Expand Down Expand Up @@ -2762,7 +2748,6 @@ if test "x$host" != "x$target"; then
# arch_target=arm
# AC_DEFINE(TARGET_ARM, 1, [...])
# ACCESS_UNALIGNED="no"
# JIT_SUPPORTED=yes
# sizeof_register=4
# CPPFLAGS="$CPPFLAGS \
# -D__ARM_EABI__ \
Expand All @@ -2772,7 +2757,6 @@ if test "x$host" != "x$target"; then
# -DDISABLE_SOCKETS \
# -DDISABLE_ATTACH \
# -DUSE_NEWLIB"
# jit_wanted=true
# Can't use tls, since it depends on the runtime detection of tls offsets
# in mono-compiler.h
# with_tls=pthread
Expand All @@ -2789,9 +2773,7 @@ if test "x$host" != "x$target"; then
AC_DEFINE(TARGET_ARM, 1, [...])
AC_DEFINE(TARGET_ANDROID, 1, [...])
ACCESS_UNALIGNED="no"
JIT_SUPPORTED=yes
CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
jit_wanted=true
# Can't use tls, since it depends on the runtime detection of tls offsets
# in mono-compiler.h
with_tls=pthread
Expand All @@ -2806,10 +2788,20 @@ if test "x$host" != "x$target"; then
;;
esac
;;
i686*-linux-*)
TARGET=X86;
arch_target=x86;
AC_DEFINE(TARGET_X86, 1, [...])
AC_DEFINE(TARGET_ANDROID, 1, [...])
CPPFLAGS="$CPPFLAGS"
sgen_supported=true
# Can't use tls, since it depends on the runtime detection of tls offsets
# in mono-compiler.h
with_tls=pthread
target_mach=no
;;
aarch64-*)
TARGET=ARM64
JIT_SUPPORTED=yes
jit_wanted=true
;;
*)
AC_MSG_ERROR([Cross compiling is not supported for target $target])
Expand Down Expand Up @@ -2932,19 +2924,7 @@ fi
AC_SUBST(SGEN_DEFINES)
AM_CONDITIONAL(SUPPORT_SGEN, test x$buildsgen = xyes)

USEJIT=false
if test x$JIT_SUPPORTED = xyes; then
if $jit_wanted; then
USEJIT=true
jit_status="Building and using the JIT"
else
AC_ERROR(No JIT support available or selected.)
fi
else
AC_ERROR(No JIT support available or selected.)
fi

AM_CONDITIONAL(USE_JIT, test x$USEJIT = xtrue)
jit_status="Building and using the JIT"

libsuffix=".so"

Expand Down Expand Up @@ -3347,7 +3327,6 @@ AM_CONDITIONAL(HOST_ARM, test x$HOST = xARM)
AM_CONDITIONAL(HOST_ARM64, test x$HOST = xARM64)
AM_CONDITIONAL(CROSS_COMPILE, test "x$host" != "x$target")

AM_CONDITIONAL(JIT_SUPPORTED, test x$JIT_SUPPORTED = xyes)
AM_CONDITIONAL(INCLUDED_LIBGC, test x$libgc = xincluded)

AC_SUBST(LIBC)
Expand Down
Loading