summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-09-09 01:21:25 +0000
committerjdp <jdp@FreeBSD.org>1998-09-09 01:21:25 +0000
commit7aadfa5c68916fc245b31ddeccdabc2deecd7c61 (patch)
tree52e3ead876c9fb810a56d0eaa0793ccf853b2efa /include/Makefile
parent5279ba7b15b4567ed68a3eca5a0b3197d8a9f116 (diff)
downloadFreeBSD-src-7aadfa5c68916fc245b31ddeccdabc2deecd7c61.zip
FreeBSD-src-7aadfa5c68916fc245b31ddeccdabc2deecd7c61.tar.gz
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.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \
OpenPOWER on IntegriCloud