diff options
author | Michael Brown <mcb30@etherboot.org> | 2009-03-31 09:36:08 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2009-03-31 09:36:08 +0100 |
commit | 3dd7ce1c26cac856039e1151720481c6ab1b43d1 (patch) | |
tree | 762e0dfda2f52e972b4f2331dc854c07633821a7 /src/Makefile | |
parent | 7266aceb39beba3d24de96e47c2c05f3dbb70e77 (diff) | |
download | ipxe-3dd7ce1c26cac856039e1151720481c6ab1b43d1.tar.gz |
[efi] Allow building with non-system libbfd
On Mac OS X, it is necessary to build binutils manually; the system
does not provide bfd.h or the libbfd or libiberty libraries.
Originally-fixed-by: Joshua Oreman <oremanj@rwcr.net>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 1693b4aca..099762ce6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,6 +42,8 @@ ELF2EFI64 := ./util/elf2efi64 EFIROM := ./util/efirom ICCFIX := ./util/iccfix DOXYGEN := doxygen +BINUTILS_DIR := /usr +BFD_DIR := $(BINUTILS_DIR) ############################################################################### # |