You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
392 B

diff -u -r ../clisp-2.49/src/makemake.in ./src/makemake.in
--- ../clisp-2.49/src/makemake.in 2010-07-07 11:15:35.000000000 -0400
+++ ./src/makemake.in 2016-02-17 15:27:00.420198622 -0500
@@ -651,9 +651,6 @@
# We can cross-compile only with GCC
XCC=${COMPILER} # ${TSYS}-gcc
XCPP="${XCC} -E"
- XCPPFLAGS=''
- XCFLAGS=''
- XLDFLAGS=''
XCC_GCC=true
XCC_NEED_DEEMA=false
else