mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
add clib
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
# script appropriate for this directory. For more information, check
|
# script appropriate for this directory. For more information, check
|
||||||
# any existing configure script.
|
# any existing configure script.
|
||||||
|
|
||||||
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib ${clib} gdb emacs make grep diff rcs gdbm cvs prms"
|
configdirs="libiberty bfd binutils bison gcc readline ld gas gnulib clib gdb emacs make grep diff rcs gdbm cvs prms"
|
||||||
srctrigger=README.configure
|
srctrigger=README.configure
|
||||||
srcname="gnu development package"
|
srcname="gnu development package"
|
||||||
|
|
||||||
@ -19,6 +19,8 @@ esac
|
|||||||
# per-target:
|
# per-target:
|
||||||
|
|
||||||
|
|
||||||
|
bfd_target=
|
||||||
|
|
||||||
case "${target_vendor}" in
|
case "${target_vendor}" in
|
||||||
amd)
|
amd)
|
||||||
case "${target_os}" in
|
case "${target_os}" in
|
||||||
@ -28,7 +30,7 @@ amd)
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "bad target_vendor"
|
bfd_target=${target_alias}
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user