summaryrefslogtreecommitdiff
path: root/gcc/make-l2.com
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1992-02-29 14:23:25 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1992-02-29 14:23:25 +0000
commita7b24e499d4cd6476252a55ef5b7da3d6ab161a1 (patch)
treeb7e72d1a965d7d71c845c92615e5d86a96ecedbc /gcc/make-l2.com
parent274701c88eef6a1146ddc2fce4e5e512771b4f4d (diff)
downloadgcc-a7b24e499d4cd6476252a55ef5b7da3d6ab161a1.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@368 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/make-l2.com')
-rw-r--r--gcc/make-l2.com3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/make-l2.com b/gcc/make-l2.com
index 154a22ed1f9..fb5a3aa9511 100644
--- a/gcc/make-l2.com
+++ b/gcc/make-l2.com
@@ -1,7 +1,6 @@
$! Set the def dir to proper place for use in batch. Works for interactive too.
$flnm = f$enviroment("PROCEDURE") ! get current procedure name
$set default 'f$parse(flnm,,,"DEVICE")''f$parse(flnm,,,"DIRECTORY")'
-$@$diska:[eric]test_gcc2
$!
$! Command file to build libgcc2.olb. You should only run this once you
$! have the current compiler installed, otherwise some of the builtins will
@@ -47,7 +46,7 @@ $compile_libgcc2:
$subroutine
$objname = p1
$if p2.nes."" then objname = p2
-$gcc/machine/include=([],[.config])/debug/define="''p1'" libgcc2.c/obj='objname'.obj
+$gcc/include=([],[.config])/debug/define="''p1'" libgcc2.c/obj='objname'.obj
$lib libgcc2.olb 'objname'.obj
$del 'objname'.obj;/nolog
$endsubroutine