live-bootstrap/steps/perl-5.6.2/files/config.sh
2025-10-17 18:53:10 +11:00

16 lines
382 B
Bash

# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-FileCopyrightText: 2022 Samuel Tyler <samuel@samuelt.me>
# SPDX-License-Identifier: GPL-3.0-or-later
ar='tcc -ar'
cc='tcc'
ldlibpthname='LD_LIBRARY_PATH'
libpth='/usr/lib/i686-unknown-linux-musl'
path_sep=':'
archname=''
osvers=''
startperl='#!/usr/bin/perl'
perlpath='/usr/bin/perl'
CONFIGDOTSH=true