components/clisp/Makefile
changeset 1352 1358a1e1ff4c
parent 1232 e550ed2e3065
child 1496 f774cfa29f53
--- a/components/clisp/Makefile	Tue Jun 18 13:15:45 2013 -0700
+++ b/components/clisp/Makefile	Tue Jun 18 15:52:28 2013 -0700
@@ -56,6 +56,9 @@
 # clisp's configure script is not a GNU auto* tools generated configure script
 # and doesn't take --sbindir, so we need to override the default values.
 CONFIGURE_OPTIONS = CC="$(CC) -DNO_GENERATIONAL_GC"
+ifeq   ($(strip $(PARFAIT_BUILD)),yes)
+CONFIGURE_OPTIONS = CC="$(CC) -DNO_GENERATIONAL_GC -DNO_ASM"
+endif
 CONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)"
 CONFIGURE_OPTIONS += --prefix=$(CONFIGURE_PREFIX)
 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)