mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
add clib
This commit is contained in:
parent
671e8558bf
commit
e99a90a7f2
@ -3,7 +3,7 @@
|
||||
# script appropriate for this directory. For more information, check
|
||||
# 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
|
||||
srcname="gnu development package"
|
||||
|
||||
@ -19,6 +19,8 @@ esac
|
||||
# per-target:
|
||||
|
||||
|
||||
bfd_target=
|
||||
|
||||
case "${target_vendor}" in
|
||||
amd)
|
||||
case "${target_os}" in
|
||||
@ -28,7 +30,7 @@ amd)
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
echo "bad target_vendor"
|
||||
bfd_target=${target_alias}
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user