Skip to content

Commit

Permalink
Add OSX compiler variant
Browse files Browse the repository at this point in the history
* [skip ci]
* related to #3331

Signed-off-by: Joe deKoning <joe_dekoning@ca.ibm.com>
  • Loading branch information
jdekonin committed Oct 18, 2018
1 parent 20abc63 commit 647fd77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions runtime/compiler/makefile.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ export BUILD_CONFIG?=prod
<#elseif uma.spec.id?starts_with("linux_arm_linaro")>
export PLATFORM=arm-linux-gcc-cross
</#if>
<#if uma.spec.id?starts_with("osx_x86-64")>
ifeq ($(VERSION_MAJOR),8)
export PLATFORM=amd64-osx-gcc
else
export PLATFORM=amd64-osx-clang
endif
</#if>

<#if uma.spec.flags.uma_codeCoverage.enabled>
export FE_CFLAGS+=-fprofile-arcs -ftest-coverage
Expand Down

0 comments on commit 647fd77

Please sign in to comment.