summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-06-04 09:36:50 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-06-04 09:36:50 +0200
commitf1ce3bf1be19f4a550c630992f15e96258801164 (patch)
tree31bf3e80e289410df1883ac15d979f4b2447f98e /Porting/Glossary
parent5988ef3d5134d80ef12900e39820199702634ca7 (diff)
downloadperl-f1ce3bf1be19f4a550c630992f15e96258801164.tar.gz
Remember if binaries are ELF
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary5
1 files changed, 5 insertions, 0 deletions
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.