98ad0dae72
be worth much effort. Install all i386 binutils programs in "/usr/libexec/elf". Disable a.out support in libbfd. It's too dangerous to leave it in. Some of the utilities think they can handle a.out, but they generate bad object files.
18 lines
448 B
Makefile
18 lines
448 B
Makefile
#
|
|
# $Id: Makefile.i386,v 1.2 1998/03/14 01:40:31 jdp Exp $
|
|
#
|
|
|
|
SRCS+= cpu-i386.c elf32-i386.c elf32.c elflink.c
|
|
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_i386_vec
|
|
CFLAGS+= -DSELECT_VECS="&bfd_elf32_i386_vec"
|
|
CFLAGS+= -DSELECT_ARCHITECTURES="&bfd_i386_arch"
|
|
CFLAGS+= -DHAVE_bfd_elf32_i386_vec
|
|
CLEANFILES+= elf32-target.h
|
|
|
|
beforedepend: elf32-target.h
|
|
|
|
elf32-i386.o: elf32-target.h
|
|
|
|
elf32-target.h: elfxx-target.h
|
|
sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}
|