From ea03559a9d4730f89105b6f5e674a0aaefc74b3b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 27 Sep 1995 06:49:48 +0000 Subject: Wed Sep 27 00:27:25 1995 Roland McGrath * config.make.in (AS): New variable; set to `$(CC) -c'. * posix/unistd.h [__USE_BSD]: Declare profil. * elf/dl-load.c (_dl_map_object_from_fd): New function, broken out of _dl_map_object. (_dl_map_object): Call it. * elf/link.h (_dl_map_object_from_fd): Declare it. --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index 652f10ec13..69d4fcbdea 100644 --- a/config.make.in +++ b/config.make.in @@ -29,6 +29,7 @@ build-omitfp = @omitfp@ CC = @CC@ AR = @AR@ RANLIB = @RANLIB@ +AS = $(CC) -c # Installation tools. INSTALL = @INSTALL@ -- cgit v1.2.3