From 7aadfa5c68916fc245b31ddeccdabc2deecd7c61 Mon Sep 17 00:00:00 2001 From: jdp Date: Wed, 9 Sep 1998 01:21:25 +0000 Subject: Add a new library function getobjformat(). It checks all the standard places ("/etc/objformat", ${OBJFORMAT}, argv) for an indication of the user's preferred object file format. This consolidates some code that was starting to be duplicated in more and more places. Use the new function in ldconfig. Note: I don't think that gcc should use getobjformat(), even though it could. The compiler should limit itself to functions that are widespread, to ease porting and cross-compilation. --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index 7b8e6de..4f12b46 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.79 1998/06/11 08:56:40 peter Exp $ +# $Id: Makefile,v 1.80 1998/08/01 13:42:12 alex Exp $ # # Doing a make install builds /usr/include # @@ -14,7 +14,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ dlfcn.h elf.h err.h fnmatch.h fstab.h \ fts.h glob.h grp.h strhash.h histedit.h iso646.h \ kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h \ - ndbm.h netdb.h nl_types.h nlist.h \ + ndbm.h netdb.h nl_types.h nlist.h objformat.h \ paths.h pthread.h pthread_np.h pwd.h \ ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h sgtty.h \ signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \ -- cgit v1.1