Browse Source

lang/perl: Adjust some leftover x86_64 configuration symbols

Signed-off-by: Marcel Denia <naoir@gmx.net>
lilik-openwrt-22.03
Marcel Denia 10 years ago
parent
commit
9e9110eff7
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/perl/files/config.sh-x86_64.in

+ 3
- 3
lang/perl/files/config.sh-x86_64.in View File

@ -547,7 +547,7 @@ fflushall='undef'
find='' find=''
firstmakefile='makefile' firstmakefile='makefile'
flex='' flex=''
fpossize='20'
fpossize='16'
fpostype='fpos_t' fpostype='fpos_t'
freetype='void' freetype='void'
from=':' from=':'
@ -604,7 +604,7 @@ i32type='int'
i64size='8' i64size='8'
i64type='long' i64type='long'
i8size='1' i8size='1'
i8type='char'
i8type='signed char'
i_arpainet='define' i_arpainet='define'
i_bsdioctl='' i_bsdioctl=''
i_crypt='define' i_crypt='define'
@ -943,7 +943,7 @@ subversion='0'
sysman='/usr/share/man/man1' sysman='/usr/share/man/man1'
tail='' tail=''
tar='' tar=''
targetarch='i386-linux-uclibc'
targetarch='x86_64-linux-uclibc'
tbl='' tbl=''
tee='' tee=''
test='test' test='test'


Loading…
Cancel
Save