mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 11:25:23 +01:00
- 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.
20 lines
382 B
Bash
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
|