comparison sources/variables.sh @ 1673:0f61292eab70

Add MUSL=1 config option to force musl build.
author Rob Landley <rob@landley.net>
date Sun, 17 Aug 2014 00:06:04 -0500
parents c654511d227c
children 5ff5fea0ad7a
comparison
equal deleted inserted replaced
1672:3c45686b2a8a 1673:0f61292eab70
15 # What other variables should we keep? 15 # What other variables should we keep?
16 16
17 TEMP="$TEMP,LANG,PATH,SHELL,TERM,USER,USERNAME,LOGNAME,PWD,EDITOR,HOME" 17 TEMP="$TEMP,LANG,PATH,SHELL,TERM,USER,USERNAME,LOGNAME,PWD,EDITOR,HOME"
18 TEMP="$TEMP,DISPLAY,_,TOPSHELL,START_TIME,STAGE_NAME,TOOLCHAIN_PREFIX" 18 TEMP="$TEMP,DISPLAY,_,TOPSHELL,START_TIME,STAGE_NAME,TOOLCHAIN_PREFIX"
19 TEMP="$TEMP,HOST_ARCH,WRAPPY_LOGPATH,OLDPATH,http_proxy,ftp_proxy" 19 TEMP="$TEMP,HOST_ARCH,WRAPPY_LOGPATH,OLDPATH,http_proxy,ftp_proxy"
20 TEMP="$TEMP,https_proxy,no_proxy,TEMP,TMPDIR,FORK" 20 TEMP="$TEMP,https_proxy,no_proxy,TEMP,TMPDIR,FORK,MUSL"
21 21
22 # Unset any variable we don't recognize. It can screw up the build. 22 # Unset any variable we don't recognize. It can screw up the build.
23 23
24 for i in $(env | sed -n 's/=.*//p') 24 for i in $(env | sed -n 's/=.*//p')
25 do 25 do