From f1ce3bf1be19f4a550c630992f15e96258801164 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Thu, 4 Jun 2009 09:36:50 +0200 Subject: Remember if binaries are ELF --- Porting/Glossary | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Porting') diff --git a/Porting/Glossary b/Porting/Glossary index 5e1c51adcf..167d4d3e5a 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -150,6 +150,11 @@ bin (bin.U): is most often a local directory such as /usr/local/bin. Programs using this variable must be prepared to deal with ~name substitution. +bin_ELF (dlsrc.U): + This variable saves the result from configure if generated binaries + are in ELF format. Only set to defined when the test has actually + been performed, and the result was positive. + binexp (bin.U): This is the same as the bin variable, but is filename expanded at configuration time, for use in your makefiles. -- cgit v1.2.1