From b7d48ef5a4a09010305a5981f64005161a34409d Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 8 Feb 2015 17:12:04 +1100 Subject: Install the rtems-test command. This installs the Python RTEMS Toolkit. The copmiler has been switched from forcing gcc to allowing waf to detect the host's tool chain. --- linkers/wscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'linkers') diff --git a/linkers/wscript b/linkers/wscript index d48ce47..b1a99c6 100644 --- a/linkers/wscript +++ b/linkers/wscript @@ -8,12 +8,12 @@ version_minor = 0 version_revision = 0 def options(opt): - opt.load("g++") - opt.load("gcc") + opt.load('compiler_c') + opt.load('compiler_cxx') def configure(conf): - conf.load("g++") - conf.load("gcc") + conf.load('compiler_c') + conf.load('compiler_cxx') conf.env.C_OPTS = conf.options.c_opts.split(',') conf.env.RTEMS_VERSION = conf.options.rtems_version -- cgit v1.2.3