Skip to content
Snippets Groups Projects
Commit 96333e62 authored by agoncharov's avatar agoncharov
Browse files

Remove a leftover WIP kludge.

parent f68a9500
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment