• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révision7d08c0fae264f4d7d7d5a136943d57eac05de9b2 (tree)
l'heure2020-07-26 18:09:43
AuteurYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Message de Log

Add workaround for RX.

Change Summary

Modification

--- a/lib/Makefile
+++ b/lib/Makefile
@@ -143,3 +143,9 @@ quiet_cmd_build_OID_registry = GEN $@
143143 clean-files += oid_registry_data.c
144144
145145 subdir-ccflags-$(CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED) += -O2
146+
147+# Workaround gcc bug
148+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89484
149+ifdef CONFIG_RX
150+CFLAGS_REMOVE_fdtdec.o = -g
151+endif