aboutsummaryrefslogtreecommitdiff
path: root/src/driver/main.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-29 08:21:05 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-29 08:21:05 +0000
commiteaf9fdfc5fb7d296c16df34384914e0a62639314 (patch)
treec7af850bfc35fd4f5673b90fa3dd14c5ede4d2eb /src/driver/main.c
parentdea4d75caba3466cdc8595d333c31a5393912c69 (diff)
downloadopen-axiom-eaf9fdfc5fb7d296c16df34384914e0a62639314.tar.gz
Add support for translator and linker in the driver
Diffstat (limited to 'src/driver/main.c')
-rw-r--r--src/driver/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver/main.c b/src/driver/main.c
index ad2eac1d..3dd06ebe 100644
--- a/src/driver/main.c
+++ b/src/driver/main.c
@@ -127,6 +127,8 @@ main(int argc, char* argv[])
case core_driver:
case script_driver:
case compiler_driver:
+ case translator_driver:
+ case linker_driver:
putenv("LC_ALL=C");
setlocale(LC_ALL, "");
return execute_core(&command, driver);