~ salmonella-environment-setup (master) c66ce730866b712448d1b3ee9f032e2ad59ca927


commit c66ce730866b712448d1b3ee9f032e2ad59ca927
Author:     Mario Domenech Goulart <mario@ossystems.com.br>
AuthorDate: Fri Jan 24 10:51:08 2014 -0200
Commit:     Mario Domenech Goulart <mario@ossystems.com.br>
CommitDate: Fri Jan 24 10:51:08 2014 -0200

    salmonella-linux-x86: revert back to gcc 4.7.2, as it seems that #916 is not hitting chicken anymore

diff --git a/salmonella-linux-x86/master-debugbuild.conf b/salmonella-linux-x86/master-debugbuild.conf
index b09fa9f..ac9cec2 100644
--- a/salmonella-linux-x86/master-debugbuild.conf
+++ b/salmonella-linux-x86/master-debugbuild.conf
@@ -2,12 +2,6 @@
 
 (keep-repo? #t)
 
-;; gcc-4.7.2 causes problems with master as of
-;; 445e245a54b56e232236c3a47ce4905ca79b2007 (see
-;; http://bugs.call-cc.org/ticket/916#comment:7 ), so we use 4.6.
-(c-compiler "gcc-4.6")
-(c-compiler-publish-name "gcc")
-
 (branch-publish-transformer
   (lambda (branch)
     (string-append branch "-debugbuild")))
diff --git a/salmonella-linux-x86/master.conf b/salmonella-linux-x86/master.conf
index 050e05b..e6c2278 100644
--- a/salmonella-linux-x86/master.conf
+++ b/salmonella-linux-x86/master.conf
@@ -2,12 +2,6 @@
 
 (keep-repo? #t)
 
-;; gcc-4.7.2 causes problems with master as of
-;; 445e245a54b56e232236c3a47ce4905ca79b2007 (see
-;; http://bugs.call-cc.org/ticket/916#comment:7 ), so we use 4.6.
-(c-compiler "gcc-4.6")
-(c-compiler-publish-name "gcc")
-
 (web-dir
  (make-pathname (list (get-environment-variable "HOME")
                       "salmonella")
diff --git a/salmonella-linux-x86/prerelease.conf b/salmonella-linux-x86/prerelease.conf
index a9bbd84..ff65205 100644
--- a/salmonella-linux-x86/prerelease.conf
+++ b/salmonella-linux-x86/prerelease.conf
@@ -4,12 +4,6 @@
 (chicken-core-branch "prerelease")
 (skip-eggs (cons 'scsh-process (skip-eggs)))
 
-;; gcc-4.7.2 causes problems with master as of
-;; 445e245a54b56e232236c3a47ce4905ca79b2007 (see
-;; http://bugs.call-cc.org/ticket/916#comment:7 ), so we use 4.6.
-(c-compiler "gcc-4.6")
-(c-compiler-publish-name "gcc")
-
 (web-dir
  (make-pathname (list (get-environment-variable "HOME")
                       "salmonella")
diff --git a/salmonella-linux-x86/stability.conf b/salmonella-linux-x86/stability.conf
index 9286647..f199b89 100644
--- a/salmonella-linux-x86/stability.conf
+++ b/salmonella-linux-x86/stability.conf
@@ -4,12 +4,6 @@
 (keep-repo? #t)
 (chicken-core-branch "stability/4.8.0")
 
-;; gcc-4.7.2 causes problems with master as of
-;; 445e245a54b56e232236c3a47ce4905ca79b2007 (see
-;; http://bugs.call-cc.org/ticket/916#comment:7 ), so we use 4.6.
-(c-compiler "gcc-4.6")
-(c-compiler-publish-name "gcc")
-
 (branch-publish-transformer
   (lambda (branch)
     "stability-4.8.0.x"))
Trap