diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 15:38:43 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:16:49 -0500 |
commit | f080946d1445c9e8da0b57215e2062501ad43954 (patch) | |
tree | 30aa180bfef9191e2ce9ffd270605ad24e957552 /config.project | |
parent | 434ff49ab8993a5d40f1efac0caa189134e179eb (diff) | |
download | pemagine-f080946d1445c9e8da0b57215e2062501ad43954.tar.bz2 pemagine-f080946d1445c9e8da0b57215e2062501ad43954.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 f3fafe2..b8b62e1 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 |