فهرست منبع

Add in an ARCH_CFLAGS placeholder so scripts can mod it.

David McCullough 23 سال پیش
والد
کامیت
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 = $(CROSS)strip
 #STRIPTOOL = /bin/true
 #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
 # Set the following to `true' to make a debuggable build, and `false' for
 # production builds.
 # production builds.
 DODEBUG = false
 DODEBUG = false