Skip to content

Commit

Permalink
Cut -N on lcc line.
Browse files Browse the repository at this point in the history
  • Loading branch information
drh committed Jun 3, 1997
1 parent 3b89cd5 commit 82f4e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TSTDIR=${TSTDIR-${BUILDDIR}/$dir/tst}
if [ ! -d $TSTDIR ]; then mkdir -p $TSTDIR; fi

echo ${BUILDDIR}/rcc$EXE -target=$target/$os $1: 1>&2
$LCC -N -S -I$idir -Ualpha -Usun -Uvax -Umips -Ux86 \
$LCC -S -I$idir -Ualpha -Usun -Uvax -Umips -Ux86 \
-Wf-errout=$TSTDIR/$C.2 -D$target -Wf-g0 \
-Wf-target=$target/$os -o $1 tst/$C.c
if [ $? != 0 ]; then remotehost=noexecute; fi
Expand Down

0 comments on commit 82f4e3d

Please sign in to comment.