Loading core/combo/HOST_linux-x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ endif # BUILD_HOST_static $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -fPIC \ -no-canonical-prefixes \ $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong # Workaround differences in inttypes.h between host and target. # See bug 12708004. Loading core/combo/HOST_linux-x86_64.mk +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ endif # BUILD_HOST_static HOST_GLOBAL_CFLAGS += -fPIC \ -no-canonical-prefixes \ HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong # Workaround differences in inttypes.h between host and target. # See bug 12708004. Loading Loading
core/combo/HOST_linux-x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ endif # BUILD_HOST_static $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -fPIC \ -no-canonical-prefixes \ $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong # Workaround differences in inttypes.h between host and target. # See bug 12708004. Loading
core/combo/HOST_linux-x86_64.mk +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ endif # BUILD_HOST_static HOST_GLOBAL_CFLAGS += -fPIC \ -no-canonical-prefixes \ HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector HOST_GLOBAL_CFLAGS += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong # Workaround differences in inttypes.h between host and target. # See bug 12708004. Loading