diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-22 05:14:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-22 05:14:35 +0000 |
commit | 87b718577ff6cdca0223546e3d763cdc43aa9c70 (patch) | |
tree | 98ef372bce37868d35d51d9f36a44f963040c038 /Porting/config.sh | |
parent | d59b54291cd9fef89c2b5eb82987e80be19df21e (diff) | |
download | perl-87b718577ff6cdca0223546e3d763cdc43aa9c70.tar.gz |
Check the alignment of long doubles if they are to be used;
regen Configure.
p4raw-id: //depot/cfgperl@5189
Diffstat (limited to 'Porting/config.sh')
-rw-r--r-- | Porting/config.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/config.sh b/Porting/config.sh index 9d3d8c1bd6..b9be0758b2 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Wed Feb 16 01:08:43 EET 2000 +# Configuration time: Tue Feb 22 07:10:02 EET 2000 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -59,7 +59,7 @@ ccflags='-pthread -std -DLANGUAGE_C' ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_BSD=1 SYSTYPE_BSD=1 unix=1' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Wed Feb 16 01:08:43 EET 2000' +cf_time='Tue Feb 22 07:10:02 EET 2000' charsize='1' chgrp='' chmod='' @@ -466,6 +466,7 @@ i_sysin='undef' i_sysioctl='define' i_syslog='define' i_sysmman='define' +i_sysmode='define' i_sysmount='define' i_sysndir='undef' i_sysparam='define' |