summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-09-10 14:22:15 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-09-10 14:22:15 +0300
commite24bde61260f09476ed6e0bc03ee76d3c9bde27c (patch)
treefd1e54770d80233008be90cffc7002278128d3c7
parent1d1071c4e83bc27fed00ef1350109f053c20133a (diff)
Initial .userconfig with CC and CXX
-rw-r--r--.userconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.userconfig b/.userconfig
new file mode 100644
index 0000000..84abc5d
--- /dev/null
+++ b/.userconfig
@@ -0,0 +1,3 @@
+export CC=gcc-4.6
+export CXX=g++-4.6
+