* src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
* libdecnumber: New directory, imported from GCC.
This commit is contained in:
parent
2da0e37519
commit
dab33830ab
|
@ -1,3 +1,8 @@
|
||||||
|
2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
|
||||||
|
* libdecnumber: New directory, imported from GCC.
|
||||||
|
|
||||||
2007-10-08 Mike Frysinger <vapier@gentoo.org>
|
2007-10-08 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
|
* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
|
||||||
|
|
|
@ -57,6 +57,10 @@ intl/; config.rhost; libiberty/; libiberty's part of include/
|
||||||
merge. Otherwise, changes are automatically merged, usually
|
merge. Otherwise, changes are automatically merged, usually
|
||||||
within a day.
|
within a day.
|
||||||
|
|
||||||
|
libdecnumber/
|
||||||
|
See libiberty. The master copy of this directory is in the GCC
|
||||||
|
repository.
|
||||||
|
|
||||||
ltconfig; ltmain.sh; ltcf-*.sh
|
ltconfig; ltmain.sh; ltcf-*.sh
|
||||||
libtool: http://www.gnu.org/software/libtool/
|
libtool: http://www.gnu.org/software/libtool/
|
||||||
Changes need to be done in tandem with the official LIBTOOL
|
Changes need to be done in tandem with the official LIBTOOL
|
||||||
|
|
|
@ -271,7 +271,7 @@ gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
|
||||||
SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
|
||||||
|
|
||||||
.PHONY: gdb.tar.bz2
|
.PHONY: gdb.tar.bz2
|
||||||
GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl
|
GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl libdecnumber
|
||||||
gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
|
gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
|
||||||
$(MAKE) -f $(SELF) gdb-taz TOOL=gdb \
|
$(MAKE) -f $(SELF) gdb-taz TOOL=gdb \
|
||||||
MD5PROG="$(MD5PROG)" \
|
MD5PROG="$(MD5PROG)" \
|
||||||
|
|
Loading…
Reference in New Issue