summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-03-10 10:12:09 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-03-10 10:12:09 +0000
commita9578873a5bdf14c47650cc3dd9d21e3bcef2370 (patch)
treefb536f66c392c2d82ab5f5ac45b53ea12ac20b63 /Makefile
parent1132f0865a3d5fe3dd43b1d2d9c4580e10436107 (diff)
Revised signed/unsigned char handling.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1599 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad01271..af61fcb 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,6 @@ driver/Configuration.ml: Makefile.config
echo 'let arch = "$(ARCH)"'; \
echo 'let variant = "$(VARIANT)"'; \
echo 'let system = "$(SYSTEM)"'; \
- echo 'let signed_char = $(SIGNED_CHAR)'; \
echo 'let need_stdlib_wrapper = $(NEED_STDLIB_WRAPPER)') \
> driver/Configuration.ml