diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 16:55:24 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 16:55:24 +0000 |
commit | 97937cd9c63f0b42809b952f49de5f634fd5ec48 (patch) | |
tree | 44966cd9ec87ff84a424904554df8537a5a48a1c /libiberty | |
parent | 28839899c9e02e1893764acc7ca181529447ca0c (diff) | |
download | gcc-97937cd9c63f0b42809b952f49de5f634fd5ec48.tar.gz |
$
* vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
Add fnmatch.o and objalloc.o; remove vasprintf.o.
[config.h]: Define NEED_strsignal.
* functions.def: Correct argument types for strerror and
strsignal. Reported by Alex Gutman <agutman@emc.com>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18173 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/vmsbuild.com | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libiberty/vmsbuild.com b/libiberty/vmsbuild.com index 9400b45723a..368521c1c20 100644 --- a/libiberty/vmsbuild.com +++ b/libiberty/vmsbuild.com @@ -13,9 +13,9 @@ $ WORK_LIB = "new-lib.olb" !used to guard against an incomplete build $ $! manually copied from Makefile.in $ REQUIRED_OFILES = "argv.o basename.o choose-temp.o concat.o cplus-dem.o "- - + "fdmatch.o getopt.o getopt1.o getruntime.o hex.o "- - + "floatformat.o obstack.o spaces.o strerror.o strsignal.o "- - + "vasprintf.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o" + + "fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o "- + + "floatformat.o objalloc.o obstack.o spaces.o strerror.o strsignal.o "- + + "xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o" $! anything not caught by link+search of dummy.* should be added here $ EXTRA_OFILES = "" $! @@ -28,6 +28,7 @@ $ ECHO "Starting libiberty build..." $ create config.h /* libiberty config.h for VMS */ #define NEED_sys_siglist +#define NEED_strsignal #define NEED_psignal #define NEED_basename $ if f$search("alloca-conf.h").eqs."" then - |