Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit ea92339

Browse files
vadimcnalexcrichton
authored andcommitted
Renamed config name to match module name.
1 parent 824f9d1 commit ea92339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/platform/triple.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ifndef CFLAGS
1111
CFLAGS := -Wall -O3
1212
endif
1313

14-
Configs := runtime
14+
Configs := builtins
1515

1616
Arch := $(word 1,$(subst -, ,$(TargetTriple)))
1717
ifeq ($(Arch),i686)
@@ -23,5 +23,5 @@ endif
2323
# Filter out stuff that gcc cannot compile (these are only needed for clang-generated code anywasys).
2424
CommonFunctions_gcc := $(filter-out atomic enable_execute_stack,$(CommonFunctions))
2525

26-
FUNCTIONS.runtime := $(CommonFunctions_gcc) $(value ArchFunctions.$(Arch))
26+
FUNCTIONS.builtins := $(CommonFunctions_gcc) $(value ArchFunctions.$(Arch))
2727

0 commit comments

Comments
 (0)