aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-26 17:57:28 -0700
committerMichael Forney <mforney@mforney.org>2019-04-26 17:58:17 -0700
commitabc80f19c55ae45742cf7d2bc54c2c4a4dc8236c (patch)
treebc76457e3634763ac728d196ad7841c982242fcc /config.def.h
parent992873f1a51847bd7e80e172e1a46c95c559177d (diff)
Remove compilecmd from config.h
We replace it with one derived from the driver path anyway.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index a43260b..2c87cdd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -44,7 +44,6 @@ static char *preprocesscmd[] = {
"-D", "__signed__=signed",
"-D", "__thread=_Thread_local",
};
-static char *compilecmd[] = {"cc-qbe"};
static char *codegencmd[] = {"qbe"};
static char *assemblecmd[] = {"as"};
static char *linkcmd[] = {"ld", "--dynamic-linker=" DYNAMICLINKER};