live-bootstrap/sysc/perl-5.10.1/files/config.sh
fosslinux b93a931a53 Move to /usr prefix.
- This is much more standard and replaces /image in sysa and is the
  standard in sysc (avoids many issues).
- GCC needs to have a file created for some unknown reason.
- Checksums updated.
2021-08-27 14:54:08 +10:00

20 lines
382 B
Bash

# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
# SPDX-License-Identifier: GPL-3.0-or-later
ar='ar'
cc='gcc'
ldlibpthname='LD_LIBRARY_PATH'
libpth='/usr/lib'
path_sep=':'
archname='i386'
osvers=''
byteorder='12345678'
x=''
ivsize='4'
ivtype='long'
lib_ext='.a'
_a='.a'
PERL_CONFIG_SH=true