summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-01-22 16:52:32 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-01-22 16:52:32 +0000
commit776a38e31187f86a4a5b55c1719bc8c901a4e29a (patch)
tree441e63b431af46c1a40e621a3447bc7015f6d6df /Porting
parent5c8c4cb2e56f3a0b4e2b54cb9ba6767a30ae85a4 (diff)
downloadperl-776a38e31187f86a4a5b55c1719bc8c901a4e29a.tar.gz
Regen. Lots of under-the-hood changes accumulated.
p4raw-id: //depot/perl@33038
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary7
1 files changed, 1 insertions, 6 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index fcb14e878a..a457ed5b32 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -34,7 +34,7 @@ afsroot (afs.U):
This variable is by default set to '/afs'. In the unlikely case
this is not the correct root, it is possible to override this with
a hint value or command line option. This will be used in subsequent
- tests for AFSness in the Perl configure and test process.
+ tests for AFSness in the configure and test process.
alignbytes (alignbytes.U):
This variable holds the number of bytes required to align a
@@ -3672,11 +3672,6 @@ man3ext (man3dir.U):
have: one of 'n', 'l', or '3'. The Makefile must supply the '.'.
See man3dir.
-Mcc (Loc.U):
- This variable is used internally by Configure to determine the
- full pathname (if any) of the Mcc program. After Configure runs,
- the value is reset to a plain "Mcc" and is not useful.
-
mips_type (usrinc.U):
This variable holds the environment type for the mips system.
Possible values are "BSD 4.3" and "System V".