mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 15:25:23 +01:00
Add bash 2.05b
This commit is contained in:
parent
e0d72a85b2
commit
c1454a5db6
12 changed files with 293 additions and 2 deletions
53
sysa/bash-2.05b-common.mk
Normal file
53
sysa/bash-2.05b-common.mk
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
CC = tcc
|
||||
LD = tcc
|
||||
AR = tcc -ar
|
||||
|
||||
COMMON_CFLAGS = \
|
||||
-DHAVE_DIRENT_H \
|
||||
-DSTRUCT_DIRENT_HAS_D_INO \
|
||||
-DHAVE_STDINT_H \
|
||||
-DHAVE_LIMITS_H \
|
||||
-DHAVE_STRING_H \
|
||||
-DHAVE_INTTYPES_H \
|
||||
-DRETSIGTYPE=void \
|
||||
-DHUGE_VAL=10000000000.0 \
|
||||
-DTERMIO_TTY_DRIVER \
|
||||
-DPREFER_STDARG \
|
||||
-DHAVE_DECL_STRTOL \
|
||||
-DHAVE_DECL_STRTOLL \
|
||||
-DHAVE_DECL_STRTOUL \
|
||||
-DHAVE_DECL_STRTOULL \
|
||||
-DHAVE_TZNAME \
|
||||
-DPIPESIZE=4096 \
|
||||
-DDEFAULT_PATH_VALUE=\"/after/bin\" \
|
||||
-DSTANDARD_UTILS_PATH=\"/after/bin\" \
|
||||
-DPPROMPT=\"$ \" \
|
||||
-DSPROMPT=\"$ \" \
|
||||
-DCONF_MACHTYPE=\"bootstrap\" \
|
||||
-DGETGROUPS_T=int \
|
||||
-DCOND_COMMAND \
|
||||
-DCONF_HOSTTYPE=\"i386\" \
|
||||
-DCONF_OSTYPE=\"linux\" \
|
||||
-DDEFAULT_MAIL_DIRECTORY=\"/fake-mail\" \
|
||||
-DVOID_SIGHANDLER \
|
||||
-DDISTVERSION=\"2.05b\" \
|
||||
-DBUILDVERSION=\"0\" \
|
||||
-DSCCSVERSION=\"2.05b\" \
|
||||
-DLC_ALL=\"C\" \
|
||||
-DHAVE_STRERROR \
|
||||
-DHAVE_MEMSET \
|
||||
-DHAVE_DUP2 \
|
||||
-DHAVE_STRTOUL \
|
||||
-DHAVE_STRTOULL \
|
||||
-DHAVE_STRCHR \
|
||||
-DHAVE_BCOPY \
|
||||
-DHAVE_BZERO \
|
||||
-DHAVE_POSIX_SIGNALS \
|
||||
-DHAVE_GETCWD \
|
||||
-Dendpwent\(x\)=0 \
|
||||
-Denable_hostname_completion\(on_or_off\)=0
|
||||
|
||||
BUILTINS_DEF_FILES = alias bind break builtin cd colon command complete declare \
|
||||
echo enable eval exec exit fc fg_bg hash history jobs kill let read return \
|
||||
set setattr shift source suspend test times trap type ulimit umask wait \
|
||||
getopts pushd shopt printf
|
||||
Loading…
Add table
Add a link
Reference in a new issue