aboutsummaryrefslogtreecommitdiff
path: root/src/lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-01 13:30:38 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-01 13:30:38 +0000
commitb3814555b86a821ab7778c7d7fa596e1da7d30e1 (patch)
treeda7d7e8292a89a2742c81b66b28db26f1a005531 /src/lisp
parent1e1dca45d4d088f9a8f9da4971593540e7b75d7f (diff)
downloadopen-axiom-b3814555b86a821ab7778c7d7fa596e1da7d30e1.tar.gz
* config/open-axiom.m4 (OPENAXIOM_GCL_HACKS): Remove. No longer
necesary with newer GCL-2.6.8pre. * configure.ac: Dont' call it.
Diffstat (limited to 'src/lisp')
-rw-r--r--src/lisp/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp/Makefile.in b/src/lisp/Makefile.in
index e4336f42..01a68f27 100644
--- a/src/lisp/Makefile.in
+++ b/src/lisp/Makefile.in
@@ -92,7 +92,6 @@ lisp_c_objects = \
$(OUT)/lisp$(EXEEXT): base-lisp$(EXEEXT)
ifeq (@axiom_lisp_flavor@,gcl)
- @axiom_gcl_rsym_hack@
echo '(let* ((sys-cc compiler::*cc*) ' \
' (sys-ld compiler::*ld*) ' \
' (compiler::*cc* (concatenate (quote string) ' \