• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂f115e689750f6e94341d4dde8e10670ab3a3d746 (tree)
時間2019-11-18 01:32:25
作者Eugene Yudin <e.yudin@ndms...>
CommiterWaldemar Brodkorb

Log Message

Makefile.in: build utils without stack smashing protector

Change Summary

差異

--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -9,7 +9,7 @@ subdirs += utils
99 # "make utils" flags
1010
1111 CFLAGS-utils := \
12- $(SSP_ALL_CFLAGS) \
12+ $(SSP_DISABLE_FLAGS) \
1313 -I$(top_srcdir)ldso/ldso/$(TARGET_ARCH) \
1414 -I$(top_srcdir)ldso/include \
1515 -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \