diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-10-11 18:15:01 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-10-11 18:15:01 +0000 |
commit | dab33830ab3ce4667a67cedfe82c0738d5d9211f (patch) | |
tree | 93cfccf08d2560f48950d53df08d4b310eb99f8f /src-release | |
parent | 2da0e375199d43e545eb445765c11527cbaa6ad3 (diff) | |
download | newlib-dab33830ab3ce4667a67cedfe82c0738d5d9211f.zip newlib-dab33830ab3ce4667a67cedfe82c0738d5d9211f.tar.gz newlib-dab33830ab3ce4667a67cedfe82c0738d5d9211f.tar.bz2 |
* src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
* libdecnumber: New directory, imported from GCC.
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release b/src-release index 98fa4f4..8b31442 100644 --- a/src-release +++ b/src-release @@ -271,7 +271,7 @@ gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)" .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 $(MAKE) -f $(SELF) gdb-taz TOOL=gdb \ MD5PROG="$(MD5PROG)" \ |