diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-08-07 01:58:02 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-08-07 01:58:02 +0000 |
commit | 63bbe9a2416f1c857999a2340c843b25a83deb38 (patch) | |
tree | 277efb9004ba7bbbf20a58817b0dfa9097ab5d73 /gnu/usr.bin/binutils | |
parent | fc0714d8946fd083aa2cd18d5e4f52e267705c7a (diff) |
Do not build the libiberty version of vasprintf, use the version that is
in libc. This was done because the algorithm done in the libiberty
version does not work with the powerpc stdarg/varargs processing.
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r-- | gnu/usr.bin/binutils/libiberty/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libiberty/Makefile.in b/gnu/usr.bin/binutils/libiberty/Makefile.in index e4d0dfff30e..bb73e94b91c 100644 --- a/gnu/usr.bin/binutils/libiberty/Makefile.in +++ b/gnu/usr.bin/binutils/libiberty/Makefile.in @@ -152,13 +152,13 @@ CFILES = alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c bzero.c \ strcasecmp.c strncasecmp.c \ strchr.c strdup.c strerror.c strrchr.c strsignal.c \ strstr.c strtod.c strtol.c strtoul.c tmpnam.c \ - vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c waitpid.c \ + vfork.c vfprintf.c vprintf.c vsprintf.c waitpid.c \ xatexit.c xexit.c xmalloc.c xstrdup.c xstrerror.c # These are always included in the library. REQUIRED_OFILES = argv.o basename.o choose-temp.o concat.o cplus-dem.o \ fdmatch.o fnmatch.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 + xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o # Do we want/need any config overrides? # |