summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/libperl/config.SH-elf.alpha
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-06-30 11:22:19 +0000
committerpeter <peter@FreeBSD.org>2000-06-30 11:22:19 +0000
commit0ea3bd8d54ea3a74c87001db6613465a7c04cfdc (patch)
tree26ecee4081596f4fb5f6e8ae035ad256bb031735 /gnu/usr.bin/perl/libperl/config.SH-elf.alpha
parentb75660d8b288913a496a39a9cd872f6b43a16d56 (diff)
downloadFreeBSD-src-0ea3bd8d54ea3a74c87001db6613465a7c04cfdc.zip
FreeBSD-src-0ea3bd8d54ea3a74c87001db6613465a7c04cfdc.tar.gz
Fix the perl build on the Alpha. int32 is 'int' not 'long'. int64 is
'long', not 'long long'. Maybe the intXX_t types should have been used.
Diffstat (limited to 'gnu/usr.bin/perl/libperl/config.SH-elf.alpha')
-rw-r--r--gnu/usr.bin/perl/libperl/config.SH-elf.alpha8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/libperl/config.SH-elf.alpha b/gnu/usr.bin/perl/libperl/config.SH-elf.alpha
index 1526fd7..b651d6c 100644
--- a/gnu/usr.bin/perl/libperl/config.SH-elf.alpha
+++ b/gnu/usr.bin/perl/libperl/config.SH-elf.alpha
@@ -419,9 +419,9 @@ huge=''
i16size='2'
i16type='short'
i32size='4'
-i32type='long'
+i32type='int'
i64size='8'
-i64type='long long'
+i64type='long'
i8size='1'
i8type='char'
i_arpainet='define'
@@ -722,9 +722,9 @@ troff=''
u16size='2'
u16type='unsigned short'
u32size='4'
-u32type='unsigned long'
+u32type='unsigned int'
u64size='8'
-u64type='unsigned long long'
+u64type='unsigned long'
u8size='1'
u8type='unsigned char'
uidformat='"lu"'
OpenPOWER on IntegriCloud