Drop legacy scripts 'cc' and 'c++'
* no longer put compiler wrappers onto image * removed corresponding environment variables
This commit is contained in:
@@ -401,8 +401,8 @@ AddFilesToPackage $(developDirTokens) lib : libposix_error_mapper.a ;
|
|||||||
|
|
||||||
# ABI independent stuff
|
# ABI independent stuff
|
||||||
|
|
||||||
# scripts: cc and c++ wrapper, freetype-config, setgcc
|
# scripts: freetype-config, setgcc
|
||||||
local scripts = cc c++ freetype-config setgcc ;
|
local scripts = freetype-config setgcc ;
|
||||||
SEARCH on $(scripts) = [ FDirName $(HAIKU_TOP) data bin ] ;
|
SEARCH on $(scripts) = [ FDirName $(HAIKU_TOP) data bin ] ;
|
||||||
AddFilesToPackage bin : $(scripts) ;
|
AddFilesToPackage bin : $(scripts) ;
|
||||||
|
|
||||||
|
|||||||
@@ -30,14 +30,6 @@ export BELIBRARIES
|
|||||||
export BEINCLUDES
|
export BEINCLUDES
|
||||||
export BE_HOST_CPU
|
export BE_HOST_CPU
|
||||||
|
|
||||||
# for the "cc" and "ld" shell scripts
|
|
||||||
|
|
||||||
export BE_C_COMPILER=gcc
|
|
||||||
export BE_CPLUS_COMPILER="g++"
|
|
||||||
export BE_LINKER=ld
|
|
||||||
export BE_DEFAULT_C_FLAGS=""
|
|
||||||
export BE_DEFAULT_CPLUS_FLAGS=""
|
|
||||||
|
|
||||||
if [ "$SAFEMODE" != "yes" ]
|
if [ "$SAFEMODE" != "yes" ]
|
||||||
then
|
then
|
||||||
export PATH=.:$HOME/config/non-packaged/bin:$HOME/config/bin:/boot/common/non-packaged/bin:/boot/common/bin:/bin:/boot/apps:/boot/preferences:/boot/system/apps:/boot/system/preferences
|
export PATH=.:$HOME/config/non-packaged/bin:$HOME/config/bin:/boot/common/non-packaged/bin:/boot/common/bin:/bin:/boot/apps:/boot/preferences:/boot/system/apps:/boot/system/preferences
|
||||||
|
|||||||
Reference in New Issue
Block a user