浏览代码

Add in an ARCH_CFLAGS placeholder so scripts can mod it.

David McCullough 24 年之前
父节点
当前提交
9fc2d4d9d1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      extra/Configs/Config.arm

+ 4 - 0
extra/Configs/Config.arm

@@ -43,6 +43,10 @@ NM = $(CROSS)nm
 STRIPTOOL = $(CROSS)strip
 #STRIPTOOL = /bin/true
 
+#
+# just in case someone wants to use it
+ARCH_CFLAGS=
+
 # Set the following to `true' to make a debuggable build, and `false' for
 # production builds.
 DODEBUG = false