Changeset 6bac1c5f in freewrt
- Timestamp:
- Aug 12, 2025, 8:07:00 PM (4 months ago)
- Branches:
- freewrt_2_0
- Children:
- f1d0851
- Parents:
- 1ff2d01
- git-author:
- Waldemar Brodkorb <wbx@…> (08/04/25 18:14:07)
- git-committer:
- Waldemar Brodkorb <wbx@…> (08/12/25 20:07:00)
- File:
-
- 1 edited
-
toolchain/gdb/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
toolchain/gdb/Makefile
r1ff2d01 r6bac1c5f 5 5 6 6 GDB_NAME:=gdb 7 #GDB_SITE:=http://ftp.gnu.org/gnu/gdb 8 GDB_SITE:=https://www.freewrt.org/distfiles/ 7 GDB_SITE:=https://ftp.gnu.org/gnu/gdb 9 8 GDB_VERSION:=6.3 10 SOURCE:=$(GDB_NAME)-$(GDB_VERSION) .tar.bz29 SOURCE:=$(GDB_NAME)-$(GDB_VERSION)a.tar.bz2 11 10 12 11 GDB_DIR:=$(TOOLCHAIN_BUILD_DIR)/$(GDB_NAME)-$(GDB_VERSION) … … 37 36 --target=$(REAL_GNU_TARGET_NAME) \ 38 37 --disable-nls \ 38 --disable-sim \ 39 39 --without-uiout --disable-gdbmi \ 40 40 --disable-tui --disable-gdbtk --without-x \
Note:
See TracChangeset
for help on using the changeset viewer.
