diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-07 18:47:32 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-07 18:47:32 +0000 |
commit | 386deebfb30b4ec463961a43db8810c67af1c3fb (patch) | |
tree | 2b220cf3fbd6e2ed9f4d8c1c15ccf954665e330a /gcc/make-l2.com | |
parent | 5f2f7d14c793e905fa53911524265cf0eca4508d (diff) | |
download | gcc-386deebfb30b4ec463961a43db8810c67af1c3fb.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/make-l2.com')
-rw-r--r-- | gcc/make-l2.com | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/make-l2.com b/gcc/make-l2.com index fb5a3aa9511..c9d6a3c9f2c 100644 --- a/gcc/make-l2.com +++ b/gcc/make-l2.com @@ -7,6 +7,12 @@ $! have the current compiler installed, otherwise some of the builtins will $! not be recognized. Once you have built libgcc2.olb, you can merge this $! with gnu_cc:[000000]gcclib.olb $! +$if f$extract(0,1,f$trnlnm("GNU_CC_VERSION")).nes."1" then goto compile +$! +$write sys$output "This must be compiled by gcc 2.0" +$exit +$! +$compile: $lib/create libgcc2.olb $call compile_libgcc2 "L_muldi3" $call compile_libgcc2 "L_divdi3" |