From a9578873a5bdf14c47650cc3dd9d21e3bcef2370 Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 10 Mar 2011 10:12:09 +0000 Subject: Revised signed/unsigned char handling. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1599 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- configure | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8f8c829..5744c54 100755 --- a/configure +++ b/configure @@ -70,7 +70,6 @@ case "$target" in arch="powerpc" variant="macosx" system="macosx" - signed_char="false" cc="gcc -arch ppc" cprepro="gcc -arch ppc -U__GNUC__ -U__BLOCKS__ -E" casm="gcc -arch ppc -c" @@ -81,7 +80,6 @@ case "$target" in arch="powerpc" variant="eabi" system="linux" - signed_char="false" cc="gcc" cprepro="gcc -U__GNUC__ -E" casm="gcc -c" @@ -92,7 +90,6 @@ case "$target" in arch="arm" variant="linux" system="linux" - signed_char="false" cc="gcc" cprepro="gcc -U__GNUC__ -E" casm="gcc -c" @@ -103,7 +100,6 @@ case "$target" in arch="ia32" variant="standard" system="linux" - signed_char="true" cc="gcc -m32" cprepro="gcc -m32 -U__GNUC__ -E" casm="gcc -m32 -c" @@ -114,7 +110,6 @@ case "$target" in arch="ia32" variant="standard" system="bsd" - signed_char="true" cc="gcc -m32" cprepro="gcc -m32 -U__GNUC__ -E" casm="gcc -m32 -c" @@ -125,7 +120,6 @@ case "$target" in arch="ia32" variant="standard" system="macosx" - signed_char="true" cc="gcc -arch i386" cprepro="gcc -arch i386 -U__GNUC__ -U__BLOCKS__ -E" casm="gcc -arch i386 -c" @@ -136,7 +130,6 @@ case "$target" in arch="ia32" variant="standard" system="cygwin" - signed_char="true" cc="gcc -m32" cprepro="gcc -m32 -U__GNUC__ -E" casm="gcc -m32 -c" @@ -169,7 +162,6 @@ cat >> Makefile.config <