repo.or.cz
/
qi-bootmenu-system.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove $CROSS_{C,LD}FLAGS
[qi-bootmenu-system.git]
/
sources
/
sections
/
gdbserver.sh
blob
3b8f60b2ef44a75689b3e513db2100b0e388c88c
1
setupfor gdb
2
3
cd
gdb
/
gdbserver || dienow
4
5
LDFLAGS
=
"
$LDFLAGS
"
CFLAGS
=
"
$CFLAGS
"
.
/
configure
$CROSS_CONFIGURE_FLAGS
--prefix
=/
usr \
6
--program-prefix
=
""
&&
7
make
&&
8
make
DESTDIR
=
"
$STAGING_DIR
"
install
|| dienow
9
10
cp
"
$STAGING_DIR
/usr/bin/gdbserver"
"
$ROOT_DIR
/usr/bin"
|| dienow
11
12
cleanup gdb