diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 15:38:43 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:18:21 -0500 |
commit | f97c34626beef0cec35af61c5cab5a02b12efb44 (patch) | |
tree | ccc8b9ee028859deb021fa6f186de95998f1dccf /config.project | |
parent | 3d5fe99fa32ccaaa8eed4d1811857202e25036dd (diff) | |
download | ntapi-f97c34626beef0cec35af61c5cab5a02b12efb44.tar.bz2 ntapi-f97c34626beef0cec35af61c5cab5a02b12efb44.tar.xz |
build system: use the term 'compiler' rather than 'toolchain' where applicable.
Diffstat (limited to 'config.project')
-rw-r--r-- | config.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.project b/config.project index 1bb2c87..cf6cd40 100644 --- a/config.project +++ b/config.project @@ -19,7 +19,7 @@ mb_default_build= mb_default_host= mb_default_target= mb_default_arch= -mb_default_toolchain= +mb_default_compiler= mb_default_sysroot= mb_default_cross_compile= mb_default_shell=sh |