Merge pull request #4159 from akoeplinger/aot-only-rename
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 21 Dec 2016 11:37:35 +0000 (12:37 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2016 11:37:35 +0000 (12:37 +0100)
[bcl] Rename aot_only profile to testing_aot_full, aot_hybrid to testing_aot_hybrid

1  2 
configure.ac
mono/mini/Makefile.am.in

diff --cc configure.ac
Simple merge
index fcbb4fc26c96b78e8a2fb6bb239a0ac7e81beb10,c6c6a629c664632457ded9c87205800d10776902..56b437acbc2ed5562c8b93a3cc344c9eb11fbf54
@@@ -757,10 -757,9 +757,10 @@@ FULLAOT_LIBS_UNIVERSAL = 
        System.Xml.dll \
        System.Security.dll \
        Mono.Simd.dll \
 -      Mono.Security.dll
 +      Mono.Security.dll \
 +      System.Numerics.Vectors.dll
  
- if INSTALL_AOT_ONLY
+ if INSTALL_TESTING_AOT_FULL
  FULLAOT_LIBS= \
        Mono.Dynamic.Interpreter.dll \
        $(FULLAOT_LIBS_UNIVERSAL)