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

Commit

Permalink
Renamed config name to match module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn authored and alexcrichton committed Apr 22, 2014
1 parent 09c3502 commit ed112ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/platform/triple.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifndef CFLAGS
CFLAGS := -Wall -O3
endif

Configs := runtime
Configs := builtins

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

FUNCTIONS.runtime := $(CommonFunctions_gcc) $(value ArchFunctions.$(Arch))
FUNCTIONS.builtins := $(CommonFunctions_gcc) $(value ArchFunctions.$(Arch))

0 comments on commit ed112ca

Please sign in to comment.