Skip to content

Commit

Permalink
gdb: update gdb from 11.1 to 13.2
Browse files Browse the repository at this point in the history
- updated
- fixed conflicts with binutils
  • Loading branch information
wwwutz committed Sep 6, 2023
1 parent cc98400 commit ac0ad19
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions gdb.be0
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#!/usr/bin/env beesh

# BEE_VERSION gdb-11.1-0
# BEE_VERSION gdb-13.2-0

# SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/257cb0f67927f79acf636d8c01e19990/gdb-11.1.tar.xz"
#SRCURL[0]="http://ftp.gnu.org/gnu/gdb/gdb-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/fbd3cdae16c581e8a742cb766ba35076/gdb-13.2.tar.xz"

# PATCHURL+=()

# build_in_sourcedir


# sourcesubdir_append src

#mee_extract() {
Expand All @@ -21,8 +20,9 @@ SRCURL[0]="https://beehive.molgen.mpg.de/257cb0f67927f79acf636d8c01e19990/gdb-11
#}

mee_configure() {

PYTHON3=/usr/local/system/python3/bin/python3
bee_configure \
--with-python=$PYTHON3 \
CPPFLAGS="-I/usr/local/system/python3/include/python3.7m" \
LDFLAGS="-L/usr/local/system/python3/lib -Wl,-rpath=/usr/local/system/python3/lib -lpython3.7m"
}
Expand All @@ -32,10 +32,9 @@ mee_configure() {
#}

mee_install() {
bee_install
rm ${D}/usr/share/info/{annotate,bfd,stabs}.info
bee_install -C gdb
bee_install -C gdbserver
rm ${D}/usr/share/info/dir
rm ${D}/usr/lib/lib{ctf,ctf-nobfd,opcodes,bfd}.{a,la}
rm -rf ${D}/usr/share/locale
rm -rf ${D}/usr/include
rm -rf ${D}/usr/share/gdb/system-gdbinit
Expand Down

0 comments on commit ac0ad19

Please sign in to comment.