X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfigure.com;h=67127244d2d687af78bbb8f111cd5ff2b19ea9bb;hb=d180bcbd34b9ed5f0062636786ff31c803c2f735;hp=615dc2277b5b3538df3d30ccb99bc78cc3e23814;hpb=b11d79f2b289c401770bbb05c82fbd761e4657a4;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/configure.com b/gas/configure.com index 615dc2277b..67127244d2 100644 --- a/gas/configure.com +++ b/gas/configure.com @@ -2,6 +2,22 @@ $! configure.com $! This file sets things up to build gas on a VMS system to generate object $! files for a VMS system. We do not use the configure script, since we $! do not have /bin/sh to execute it. +$! +$! Copyright 2012 Free Software Foundation +$! +$! This file is free software; you can redistribute it and/or modify +$! it under the terms of the GNU General Public License as published by +$! the Free Software Foundation; either version 3 of the License, or +$! (at your option) any later version. +$! +$! This program is distributed in the hope that it will be useful, +$! but WITHOUT ANY WARRANTY; without even the implied warranty of +$! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +$! GNU General Public License for more details. +$! +$! You should have received a copy of the GNU General Public License +$! along with this program; see the file COPYING3. If not see +$! . $! $! $ arch=F$GETSYI("ARCH_NAME") @@ -232,7 +248,7 @@ $ if arch.eqs."ia64" $ then $ open/append outfile build.com $ write outfile "$ write sys$output ""Compiling te-vms.c""" -$ write outfile "$ cc 'CFLAGS /obj=te-vme.obj [.config]te-vms.c + " +- +$ write outfile "$ cc 'CFLAGS /obj=te-vms.obj [.config]te-vms.c + " +- "sys$library:sys$lib_c.tlb/lib" $ write outfile "$ AS_OBJS=AS_OBJS + "",te-vms.obj""" $ close outfile