components/clisp/Makefile
changeset 826 c6aad84d2493
parent 800 2ad056ed89ec
child 976 3e60a8a2dff1
child 2398 54c1297f2b4b
equal deleted inserted replaced
825:78809aba88fe 826:c6aad84d2493
    49 # checking the compiler.
    49 # checking the compiler.
    50 unexport SHELLOPTS
    50 unexport SHELLOPTS
    51 
    51 
    52 # clisp's configure script is not a GNU auto* tools generated configure script
    52 # clisp's configure script is not a GNU auto* tools generated configure script
    53 # and doesn't take --sbindir, so we need to override the default values.
    53 # and doesn't take --sbindir, so we need to override the default values.
    54 CONFIGURE_OPTIONS = CC="$(CC)"
    54 CONFIGURE_OPTIONS = CC="$(CC) -DNO_GENERATIONAL_GC"
    55 CONFIGURE_OPTIONS += --prefix=$(CONFIGURE_PREFIX)
    55 CONFIGURE_OPTIONS += --prefix=$(CONFIGURE_PREFIX)
    56 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
    56 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
    57 CONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))
    57 CONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))
    58 CONFIGURE_OPTIONS += --libdir=$(CONFIGURE_LIBDIR.$(BITS))
    58 CONFIGURE_OPTIONS += --libdir=$(CONFIGURE_LIBDIR.$(BITS))
    59 CONFIGURE_OPTIONS += --srcdir=$(SOURCE_DIR)
    59 CONFIGURE_OPTIONS += --srcdir=$(SOURCE_DIR)