forked from KolibriOS/kolibrios
add CONFIG_NO_JWASM to tup.config.template; check GCC in RunOD tupfile
git-svn-id: svn://kolibrios.org@7145 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
cb2af79a5a
commit
ba018197c6
@ -1,4 +1,4 @@
|
|||||||
if tup.getconfig('NO_JWASM') ~= "" then return end
|
if tup.getconfig('NO_JWASM') ~= "" or tup.getconfig("NO_GCC") ~= "" then return end
|
||||||
|
|
||||||
if tup.getconfig("LANG") == "it" then
|
if tup.getconfig("LANG") == "it" then
|
||||||
tup.definerule{command = "echo LANG_IT = 1 > lang.inc", outputs = {"lang.inc"}}
|
tup.definerule{command = "echo LANG_IT = 1 > lang.inc", outputs = {"lang.inc"}}
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
### and still want to have them in final images.
|
### and still want to have them in final images.
|
||||||
# CONFIG_NO_FASM=full
|
# CONFIG_NO_FASM=full
|
||||||
# CONFIG_NO_NASM=full
|
# CONFIG_NO_NASM=full
|
||||||
|
# CONFIG_NO_JWASM=full
|
||||||
# CONFIG_NO_GCC=full
|
# CONFIG_NO_GCC=full
|
||||||
# CONFIG_NO_MSVC=full
|
# CONFIG_NO_MSVC=full
|
||||||
# CONFIG_NO_CMM=full
|
# CONFIG_NO_CMM=full
|
||||||
|
Loading…
Reference in New Issue
Block a user