mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-10 18:49:40 +08:00
Sanitize Java.
This commit is contained in:
@@ -664,7 +664,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
java_files="ChangeLog"
|
java_files="ChangeLog Makefile.in configure.in"
|
||||||
if ( echo $* | grep keep\-java > /dev/null ) ; then
|
if ( echo $* | grep keep\-java > /dev/null ) ; then
|
||||||
for i in $java_files ; do
|
for i in $java_files ; do
|
||||||
if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then
|
||||||
|
|||||||
13
configure.in
13
configure.in
@@ -64,8 +64,17 @@ host_tools="${host_tools} ilu vmake jstools"
|
|||||||
# these libraries are built for the target environment, and are built after
|
# 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)
|
# the host libraries and the host tools (which may be a cross compiler)
|
||||||
#
|
#
|
||||||
target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++ target-libjava target-boehm-gc"
|
target_libs="target-libiberty \
|
||||||
|
target-libgloss \
|
||||||
|
target-newlib \
|
||||||
|
target-libio \
|
||||||
|
target-librx \
|
||||||
|
target-libstdc++ \
|
||||||
|
${start-sanitize-java}
|
||||||
|
target-libjava \
|
||||||
|
target-boehm-gc \
|
||||||
|
${end-sanitize-java}
|
||||||
|
target-libg++"
|
||||||
|
|
||||||
# these tools are built using the target libs, and are intended to run only
|
# these tools are built using the target libs, and are intended to run only
|
||||||
# in the target environment
|
# in the target environment
|
||||||
|
|||||||
Reference in New Issue
Block a user