mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
# Copyright (c) 2005 Jim Douglas.
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
{
|
|
local GXX = QCC -V3.3.1,gcc_ntox86 ;
|
|
local GCC = qcc -V3.3.1,gcc_ntox86 ;
|
|
extends-toolset qcc ;
|
|
}
|