Loading core/combo/HOST_darwin-x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ endif # BUILD_HOST_static # Workaround differences in inttypes.h between host and target. # See bug 12708004. HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS build_mac_version := $(shell sw_vers -productVersion) Loading core/combo/HOST_linux-x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -60,6 +60,6 @@ HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 # Workaround differences in inttypes.h between host and target. # See bug 12708004. HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS HOST_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined core/combo/HOST_windows-x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ endif # Linux # Workaround differences in inttypes.h between host and target. # See bug 12708004. HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS HOST_CC := $(TOOLS_PREFIX)gcc$(TOOLS_EXE_SUFFIX) HOST_CXX := $(TOOLS_PREFIX)g++$(TOOLS_EXE_SUFFIX) Loading Loading
core/combo/HOST_darwin-x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ endif # BUILD_HOST_static # Workaround differences in inttypes.h between host and target. # See bug 12708004. HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS build_mac_version := $(shell sw_vers -productVersion) Loading
core/combo/HOST_linux-x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -60,6 +60,6 @@ HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 # Workaround differences in inttypes.h between host and target. # See bug 12708004. HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS HOST_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined
core/combo/HOST_windows-x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ endif # Linux # Workaround differences in inttypes.h between host and target. # See bug 12708004. HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS HOST_CC := $(TOOLS_PREFIX)gcc$(TOOLS_EXE_SUFFIX) HOST_CXX := $(TOOLS_PREFIX)g++$(TOOLS_EXE_SUFFIX) Loading