From 3a6114d4ffd4ebf0b245c20b9cba5a096e9f4974 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 1 Aug 2012 09:21:17 +0100 Subject: [PATCH] Setup environment for Homebrew supplied GCC-4.2 --- shell/_main.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/_main.sh b/shell/_main.sh index afac193..2d4cc31 100644 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -48,6 +48,9 @@ export GEM_EDITOR="mate" export LC_ALL="en_US.UTF-8" export LANG="en_US.UTF-8" +# GCC 4.2 via Homebrew +export CC=/usr/local/bin/gcc-4.2 + # ensure bin and sbin paths from /usr/local are in PATH path_add_after "/usr/local/sbin" "/usr/local/bin"