From 2aad3fab233f0235f9a8f677ae7bb402f1647eb6 Mon Sep 17 00:00:00 2001 From: Joshua Oreman Date: Wed, 26 May 2010 17:52:44 -0700 Subject: [build] Use weak definitions instead of weak declarations This removes the need for inline safety wrappers, marginally reducing the size penalty of weak functions, and works around an apparent binutils bug that causes undefined weak symbols to not actually be NULL when compiling with -fPIE (as EFI builds do). A bug in versions of binutils prior to 2.16 (released in 2005) will cause same-file weak definitions to not work with those toolchains. Update the README to reflect our new dependency on binutils >= 2.16. Signed-off-by: Joshua Oreman Signed-off-by: Michael Brown --- README | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index 011aa210..00000000 --- a/README +++ /dev/null @@ -1,8 +0,0 @@ -iPXE README File - -Quick start guide: - - cd src - make - -For any more detailed instructions, see http://ipxe.org -- cgit v1.2.3-55-g7522