diff --git a/tools/linker-x86.sh b/tools/linker-x86.sh index e877721b42fef19f2382a7bc0512f4f149cd9ce3..7022d9e9a98c61e2fddffa49d542f5e6f464b7cb 100644 --- a/tools/linker-x86.sh +++ b/tools/linker-x86.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: linker-x86.sh,v 1.10 2010/09/08 03:28:08 agoncharov Exp $ +# $Id: linker-x86.sh,v 1.11 2010/09/08 07:08:36 agoncharov Exp $ # This file written by Raymond Toy as part of CMU Common Lisp and is # placed in the public domain. @@ -44,7 +44,6 @@ CMUCLLIB=`dirname $0` # Name of file where we write the actual initial function address. OPT_IFADDR="cmu-ifaddr-$$.c" -OPT_IFADDR="cmu-ifaddr-alex.c" # Names of the core sections from Lisp. OPT_CORE="CORRO.o CORSTA.o CORDYN.o" @@ -120,7 +119,7 @@ case $uname_s in esac # Remove the C file when we're done. -# trap 'rm -f $OUTDIR/$OPT_IFADDR $OUTDIR/CORRO.o $OUTDIR/CORSTA.o $OUTDIR/CORDYN.o' 0 +trap 'rm -f $OUTDIR/$OPT_IFADDR $OUTDIR/CORRO.o $OUTDIR/CORSTA.o $OUTDIR/CORDYN.o' 0 (cd $OUTDIR echo "long initial_function_addr = $IFADDR;" > $OPT_IFADDR