aboutsummaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/lisp/Makefile.in1
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2c86b8a1..964fb701 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * lisp/Makefile.in ($(OUT)/lisp$(EXEEXT)): Remove GCL-specific
+ hack for rsym.
+
2010-10-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/c-util.boot: Cleanup.
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) ' \