You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.243
Former-commit-id: ff34202749e8df2aa83f2578b16260b444f50987
This commit is contained in:
parent
804b15604f
commit
3cc9601fd9
@@ -1144,10 +1144,7 @@ major_get_and_reset_num_major_objects_marked (void)
|
||||
|
||||
/* gcc 4.2.1 from xcode4 crashes on sgen_card_table_get_card_address () when this is enabled */
|
||||
#if defined(PLATFORM_MACOSX)
|
||||
#define GCC_VERSION (__GNUC__ * 10000 \
|
||||
+ __GNUC_MINOR__ * 100 \
|
||||
+ __GNUC_PATCHLEVEL__)
|
||||
#if GCC_VERSION <= 40300
|
||||
#if MONO_GNUC_VERSION <= 40300
|
||||
#undef PREFETCH_CARDS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user