[build] Remove PEAPI from library profiles
authorMarek Safar <marek.safar@gmail.com>
Fri, 16 Dec 2016 11:01:53 +0000 (12:01 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 16 Dec 2016 17:34:47 +0000 (18:34 +0100)
mcs/Makefile
mcs/class/Makefile

index 232a4acfbcb3aa59668b263bb9c3ee2307d09a9f..cf8813e6e360949953e759483a2b4cec5dec9889 100644 (file)
@@ -14,8 +14,8 @@ monotouch_runtime_SUBDIRS := build class
 monotouch_watch_runtime_SUBDIRS := build class
 monotouch_tv_runtime_SUBDIRS := build class
 xammac_SUBDIRS := build class
-aot_hybrid_SUBDIRS := build class ilasm
-aot_only_SUBDIRS := build class ilasm
+aot_hybrid_SUBDIRS := build class
+aot_only_SUBDIRS := build class
 binary_reference_assemblies_SUBDIRS := build class
 net_4_x_SUBDIRS := build class nunit24 ilasm tools tests errors docs mcs class/aot-compiler packages
 xammac_net_4_5_SUBDIRS := build class
index 50a4fcfa4ae75529f6b783e4bc7ab3216ea59497..e07aef580d351414be126b2ef525c18cc4be310c 100644 (file)
@@ -86,14 +86,12 @@ mobile_common_dirs := \
 aot_only_dirs := \
        $(mobile_common_dirs)   \
        Mono.Dynamic.Interpreter        \
-       PEAPI   \
        Mono.CompilerServices.SymbolWriter      \
        Mono.Simd                       \
        $(pcl_facade_dirs)
 
 aot_hybrid_dirs := \
        $(mobile_common_dirs)   \
-       PEAPI   \
        Mono.CompilerServices.SymbolWriter      \
        Mono.Simd                       \
        $(pcl_facade_dirs)