Branch: Tag:

2002-04-30

2002-04-30 20:02:03 by Martin Stjernholm <mast@lysator.liu.se>

Added a configuration option --disable-noopt-retry that disables the
compilation retries without optimization in the .c.o targets.

Rev: src/Makefile.in:1.305
Rev: src/configure.in:1.584
Rev: src/modules/dynamic_module_makefile.in:1.92
Rev: src/modules/static_module_makefile.in:1.83

1: - AC_REVISION("$Id: configure.in,v 1.583 2002/04/27 21:29:08 mast Exp $") + AC_REVISION("$Id: configure.in,v 1.584 2002/04/30 20:02:02 mast Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
97:      fi    + AC_ARG_ENABLE(noopt-retry, MY_DESCR([--disable-noopty-retry], +  [don't retry compilation without optimizations if it fails]), +  [], [noopt_retry=yes]) +    # Do the below even when --disable-binary is used, since we need a   # real $CPP, and AC_PROG_CPP wants AC_PROG_CC to be called earlier.   # $CC will be overridden with a dummy later on.
5720:   export LDFLAGS CFLAGS CPPFLAGS LIBS   export prefix exec_prefix OTHERFLAGS   export TMP_BINDIR DEFINES INSTALL + export noopt_retry      PIKE_SRC_DIR=$srcdir   export PIKE_SRC_DIR
5736:   AC_SUBST(RANLIB)   AC_SUBST(DEBUGDEF)   AC_SUBST(EXTRA_MODULE_REQUIREMENTS) + AC_SUBST(noopt_retry)      pike_cv_prog_CC="${CC}"