summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-03-28 01:52:09 -0400
committerJohn Wiegley <johnw@newartisans.com>2011-03-28 01:52:09 -0400
commitc65f98fadce5b1de3722fcd2291f5c7f92e1555b (patch)
treeb911065391f6be793755b7a98728d2a20215badb /lib
parent4c2b816d7e768736e8f9a7246dc45010b75ed600 (diff)
downloadfork-ledger-c65f98fadce5b1de3722fcd2291f5c7f92e1555b.tar.gz
fork-ledger-c65f98fadce5b1de3722fcd2291f5c7f92e1555b.tar.bz2
fork-ledger-c65f98fadce5b1de3722fcd2291f5c7f92e1555b.zip
Use g++ 4.6 by default locally
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 10e63d5b..fa81bb76 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -5,7 +5,7 @@
STOW_ROOT = /usr/local/stow
PRODUCTS = $(HOME)/Products
-GCC_VERSION = 4.5
+GCC_VERSION = 4.6
BOOST_VERSION = 1_46_1
CC = gcc-mp-$(GCC_VERSION)