* configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not

the bottom (make expands variables in dependencies when the
	dependencies are read, not when they are used).
This commit is contained in:
Ian Lance Taylor
1993-03-29 21:49:44 +00:00
parent 0eaaa46a44
commit c39b3eba78

View File

@ -1,5 +1,9 @@
Mon Mar 29 12:56:56 1993 Ian Lance Taylor (ian@cygnus.com) Mon Mar 29 12:56:56 1993 Ian Lance Taylor (ian@cygnus.com)
* configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not
the bottom (make expands variables in dependencies when the
dependencies are read, not when they are used).
* config/obj-coffbfd.c (fill_section): Don't set NOLOAD bit for * config/obj-coffbfd.c (fill_section): Don't set NOLOAD bit for
a29k .bss section; the mondfe program doesn't like it. a29k .bss section; the mondfe program doesn't like it.