required_list, instead link libiberty/*.o.
+2002-12-20 Alan Modra <amodra@bigpond.net.au>
+
+ * README <building ar>: Don't use libibery's needed_list or
+ required_list, instead link libiberty/*.o.
+
2002-11-23 Nick Clifton <nickc@redhat.com>
* size.c (usage): Fix typo describing switch for hex format.
cd binutils
MAKE="${MAKE_PROG}"
export MAKE
-${MAKE} $* ar_DEPENDENCIES= ar_LDADD='../bfd/*.o `cat ../libiberty/required-list ../libiberty/needed-list | sed -e "s,\([^ ][^ ]*\),../libiberty/\1,g"` `if test -f ../intl/gettext.o; then echo '../intl/*.o'; fi`' ar
+${MAKE} $* ar_DEPENDENCIES= ar_LDADD='../bfd/*.o ../libiberty/*.o `if test -f ../intl/gettext.o; then echo '../intl/*.o'; fi`' ar
This script will build an ar program in binutils/ar. Move binutils/ar
into a directory on your PATH. After doing this, you can run make as