Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-11-23 16:30:14 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-23 16:30:14 +0400
commitfdaf93a0891a0acf71ddfcec499f2060ad197b83 (patch)
treefdf6fbf5e73b18bafea415436db9a2b4d97f64d5 /jam-files/boost-build
parentf948f32c88d8894e6ed5171b6f41d384558cc2fd (diff)
Locally configure bjam to use gcc.
Diffstat (limited to 'jam-files/boost-build')
-rw-r--r--jam-files/boost-build/user-config.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/boost-build/user-config.jam b/jam-files/boost-build/user-config.jam
index fbbf13fd0..70f999c2b 100644
--- a/jam-files/boost-build/user-config.jam
+++ b/jam-files/boost-build/user-config.jam
@@ -39,7 +39,7 @@
# ------------------
# Configure gcc (default version).
-# using gcc ;
+using gcc ;
# Configure specific gcc version, giving alternative name to use.
# using gcc : 3.2 : g++-3.2 ;