mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
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.
This commit is contained in:
parent
ddd4f1bc81
commit
b93a931a53
104 changed files with 659 additions and 722 deletions
|
|
@ -1 +1 @@
|
|||
ac2180d0a618d8de08e8793bb92ca3f146b98cca20ed9b8e165deddfd17c124b /image/bin/perl
|
||||
ac2180d0a618d8de08e8793bb92ca3f146b98cca20ed9b8e165deddfd17c124b /usr/bin/perl
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#define MEM_ALIGNBYTES 8
|
||||
#define BIN "/image/bin"
|
||||
#define BIN "/usr/bin"
|
||||
#define BYTEORDER 0x4321
|
||||
#define CPPSTDIN "gcc -E"
|
||||
#define CPPMINUS "-"
|
||||
|
|
@ -64,11 +64,11 @@
|
|||
#define INTSIZE 4
|
||||
#define Off_t off_t
|
||||
|
||||
#define PRIVLIB "/image/lib/perl5"
|
||||
#define PRIVLIB "/usr/lib/perl5"
|
||||
|
||||
#define _(args) args
|
||||
|
||||
#define SCRIPTDIR "/image/bin"
|
||||
#define SCRIPTDIR "/usr/bin"
|
||||
|
||||
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "NUM34", "RTMIN", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "NUM63", "RTMAX", "IOT", "POLL", "UNUSED", 0 /**/
|
||||
#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 29, 31, 0 /**/
|
||||
|
|
@ -79,8 +79,8 @@
|
|||
#define STDCHAR char
|
||||
#define Uid_t uid_t
|
||||
|
||||
#define LOC_SED "/image/bin/sed"
|
||||
#define ARCHLIB "/image/lib/perl5/"
|
||||
#define LOC_SED "/usr/bin/sed"
|
||||
#define ARCHLIB "/usr/lib/perl5/"
|
||||
|
||||
#define CAT2(a,b) a##b
|
||||
#define STRINGIFY(a) "a"
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
#define SH_PATH "/bin/sh"
|
||||
#define ARCHNAME "i386-linux"
|
||||
#define BIN_EXP "/image/bin"
|
||||
#define BIN_EXP "/usr/bin"
|
||||
|
||||
#define NVSIZE 8 /* sizeof(double) */
|
||||
#define UVSIZE 4 /* sizeof(long) on i386 */
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
ar='ar'
|
||||
cc='gcc'
|
||||
ldlibpthname='LD_LIBRARY_PATH'
|
||||
libpth='/image/lib'
|
||||
libpth='/usr/lib'
|
||||
path_sep=':'
|
||||
archname='i386'
|
||||
osvers=''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue