This commit is contained in:
Andrius Štikonas 2021-06-28 18:58:01 +01:00
parent da5c9a4a49
commit fdbbfec639
2 changed files with 3 additions and 3 deletions

View file

@ -24,8 +24,8 @@ COMMON_CFLAGS = \
-DHAVE_DECL_STRTOULL \ -DHAVE_DECL_STRTOULL \
-DHAVE_TZNAME \ -DHAVE_TZNAME \
-DPIPESIZE=4096 \ -DPIPESIZE=4096 \
-DDEFAULT_PATH_VALUE=\"/image/bin\" \ -DDEFAULT_PATH_VALUE=\"$(prefix)/bin\" \
-DSTANDARD_UTILS_PATH=\"/image/bin\" \ -DSTANDARD_UTILS_PATH=\"$(prefix)/bin\" \
-DPPROMPT=\"$ \" \ -DPPROMPT=\"$ \" \
-DSPROMPT=\"$ \" \ -DSPROMPT=\"$ \" \
-DCONF_MACHTYPE=\"bootstrap\" \ -DCONF_MACHTYPE=\"bootstrap\" \

View file

@ -67,7 +67,7 @@
#define Uid_t uid_t #define Uid_t uid_t
#define LOC_SED "/image/bin/sed" #define LOC_SED "/image/bin/sed"
#define ARCHLIB "/image[O/lib/perl5/" #define ARCHLIB "/image/lib/perl5/"
#define CAT2(a,b) a##b #define CAT2(a,b) a##b
#define Gconvert(x,n,t,b) gcvt((x),(n),(b)) #define Gconvert(x,n,t,b) gcvt((x),(n),(b))