Skip to content

Commit

Permalink
[arm] Use gcc --shared for linking aot images.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed May 5, 2015
1 parent 7639eda commit b41ed5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mono/mini/aot-compiler.c
Expand Up @@ -8821,6 +8821,8 @@ compile_asm (MonoAotCompile *acfg)
#define LD_NAME "gcc -shared --dll"
#elif defined(TARGET_X86) && defined(TARGET_MACH) && !defined(__native_client_codegen__)
#define LD_NAME "clang -m32 -dynamiclib"
#elif defined(TARGET_ARM)
#define LD_NAME "gcc --shared"
#endif

if (acfg->aot_opts.asm_only) {
Expand Down

0 comments on commit b41ed5d

Please sign in to comment.