aboutsummaryrefslogtreecommitdiff
path: root/config/cc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-29 20:24:50 +0200
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-29 20:24:50 +0200
commitd276ce2a4fbb5c86bdc7b8cab3860c34741751af (patch)
treee4ab393aaf1cbd5445cc4432c8a17fea1c6806cd /config/cc.in
parent712f0c9919a43cac22ef0bfa8f0cb07f24e810db (diff)
downloadcrosstool-ng-d276ce2a4fbb5c86bdc7b8cab3860c34741751af.tar.gz
crosstool-ng-d276ce2a4fbb5c86bdc7b8cab3860c34741751af.tar.bz2
crosstool-ng-d276ce2a4fbb5c86bdc7b8cab3860c34741751af.zip
config: fix style issues when source-ing files
Always enclose the sourced file between double-quotes (purely for consistency; enclosing or not are both allowed by the kconfig language).
Diffstat (limited to 'config/cc.in')
-rw-r--r--config/cc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc.in b/config/cc.in
index df714e23..8869f03c 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -8,7 +8,7 @@ config CC
config CC_VERSION
string
-source config.gen/cc.in
+source "config.gen/cc.in"
config CC_SUPPORT_CXX
bool