From c65f98fadce5b1de3722fcd2291f5c7f92e1555b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 28 Mar 2011 01:52:09 -0400 Subject: Use g++ 4.6 by default locally --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3