From ebe1fac16186a77f5b2d971ac10e42a6b3b5b608 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 11 Apr 2006 10:36:26 +0000 Subject: * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly targets. * configure.in (AC_CHECK_HEADERS): Add elf-hints.h. * Makefile.am (HFILES): Add elf-hints-local.h. * elf-hints-local.h: New file. * Makefile.in: Regenerate. * configure: Regenerate. --- ld/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/Makefile.am') diff --git a/ld/Makefile.am b/ld/Makefile.am index 3118a36..3c4fa5e 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -418,7 +418,7 @@ CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \ ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \ - ldwrite.h mri.h deffile.h pe-dll.h + ldwrite.h mri.h deffile.h pe-dll.h elf-hints-local.h GENERATED_CFILES = ldgram.c ldlex.c deffilep.c GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h -- cgit v1.1