mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Add gnulib to gdb release tarball
* src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
This commit is contained in:
parent
70175d8d62
commit
be74b5b714
@ -1,3 +1,7 @@
|
||||
2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
|
||||
|
||||
2019-06-14 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* MAINTAINERS: Add gnulib.
|
||||
|
@ -311,7 +311,7 @@ gas_release()
|
||||
tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors"
|
||||
}
|
||||
|
||||
GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib"
|
||||
GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib gnulib"
|
||||
gdb_release()
|
||||
{
|
||||
compressors=$1
|
||||
|
Loading…
Reference in New Issue
Block a user