Branch: Tag:

2001-07-16

2001-07-16 19:48:59 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

first incarnation of --with-machine-code it only work on x86 with gcc so far, and that doesn't even work either...

Rev: bin/make_interpret_functions.pike:1.1
Rev: src/Makefile.in:1.268
Rev: src/acconfig.h:1.92
Rev: src/configure.in:1.538
Rev: src/interpret.c:1.220
Rev: src/interpret_functions.h:1.76
Rev: src/interpreter.h:1.70
Rev: src/las.c:1.257
Rev: src/lex.c:1.98
Rev: src/lex.h:1.19
Rev: src/peep.c:1.54
Rev: src/program.c:1.354
Rev: src/program.h:1.139

1:   # - # $Id: Makefile.in,v 1.267 2001/07/13 18:19:07 grubba Exp $ + # $Id: Makefile.in,v 1.268 2001/07/16 19:48:56 hubbe Exp $   #      # This line is needed on some machines.
718:   $(SRCDIR)/language.c: $(SRCDIR)/language.h_src    touch $(SRCDIR)/language.c    +  + interpret_functions_fixed.h: interpret_functions.h +  ./precompile.sh make_interpret_functions.pike >"$@" "$<" || { rm "$@"; exit 1; } +    # UnixWare make needs help to find the source file...   builtin.o: $(SRCDIR)/builtin.c