Skip to content
Snippets Groups Projects
Commit a1d73ea0 authored by Jeff Law's avatar Jeff Law
Browse files

vmsbuild.com [...]: Synchronized with Makefile.in: Add fnmatch.o and...

vmsbuild.com [...]: Synchronized with Makefile.in: Add fnmatch.o and objalloc.o; remove vasprintf.o.

$
        * 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>.

From-SVN: r18173
parent 76a8b46e
Loading
...@@ -13,9 +13,9 @@ $ WORK_LIB = "new-lib.olb" !used to guard against an incomplete build ...@@ -13,9 +13,9 @@ $ WORK_LIB = "new-lib.olb" !used to guard against an incomplete build
$ $
$! manually copied from Makefile.in $! manually copied from Makefile.in
$ REQUIRED_OFILES = "argv.o basename.o choose-temp.o concat.o cplus-dem.o "- $ REQUIRED_OFILES = "argv.o basename.o choose-temp.o concat.o cplus-dem.o "-
+ "fdmatch.o getopt.o getopt1.o getruntime.o hex.o "- + "fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o "-
+ "floatformat.o obstack.o spaces.o strerror.o strsignal.o "- + "floatformat.o objalloc.o obstack.o spaces.o strerror.o strsignal.o "-
+ "vasprintf.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o" + "xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o"
$! anything not caught by link+search of dummy.* should be added here $! anything not caught by link+search of dummy.* should be added here
$ EXTRA_OFILES = "" $ EXTRA_OFILES = ""
$! $!
...@@ -28,6 +28,7 @@ $ ECHO "Starting libiberty build..." ...@@ -28,6 +28,7 @@ $ ECHO "Starting libiberty build..."
$ create config.h $ create config.h
/* libiberty config.h for VMS */ /* libiberty config.h for VMS */
#define NEED_sys_siglist #define NEED_sys_siglist
#define NEED_strsignal
#define NEED_psignal #define NEED_psignal
#define NEED_basename #define NEED_basename
$ if f$search("alloca-conf.h").eqs."" then - $ if f$search("alloca-conf.h").eqs."" then -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment