mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
revert chill Sanitize patches
This commit is contained in:
@ -37,11 +37,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
|
||||
# these libraries are built for the target environment, and are built after
|
||||
# the host libraries and the host tools (which may be a cross compiler)
|
||||
#
|
||||
target_libs="libm xiberty newlib libg++"
|
||||
|
||||
### start-sanitize-chill
|
||||
target-libs="${target_libs} chillrt"
|
||||
### end-sanitize-chill
|
||||
target_libs="libm xiberty newlib chillrt libg++"
|
||||
|
||||
# these tools are built using the target libs, and are intended to run only
|
||||
# in the target environment. we currently have none.
|
||||
|
Reference in New Issue
Block a user