diff options
author | David McCullough <davidm@snapgear.com> | 2001-12-05 08:34:07 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2001-12-05 08:34:07 +0000 |
commit | 9fc2d4d9d14ffaa511d029c2a5b889b56ced0e26 (patch) | |
tree | 98d6dd3e25ac128d3007f9d743e99d5bfc79397c | |
parent | ff250619f58caa6b10c951911c43fbb8a34fda8d (diff) |
Add in an ARCH_CFLAGS placeholder so scripts can mod it.
-rw-r--r-- | extra/Configs/Config.arm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index b2fa6f757..84df57da4 100644 --- a/extra/Configs/Config.arm +++ b/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 |