public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* building GDB natively using 'configure' at 'two' levels
@ 2021-09-08  7:25 SAIFI
  2021-09-08  8:12 ` Andrew Burgess
  0 siblings, 1 reply; 4+ messages in thread
From: SAIFI @ 2021-09-08  7:25 UTC (permalink / raw)
  To: gdb

Hi:

git cloned GDB and would like to build GDB natively using 'configure' at 'two' levels.

at the top of the source tree ${SRC}/gdb/, i have

${SRC}/gdb/configure                \
       --prefix=/opt/gdb             \
       --datadir=/opt/gdb/data       \
       --htmldir=/opt/gdb/doc        \
       --disable-binutils            \
       --disable-ld                  \
       --disable-gold                \
       --disable-gas                 \
       --disable-sim                 \
       --disable-gprof               \

and at ${SRC}/gdb/gdb/, i have

${SRC}/gdb/gdb/configure            \
       --prefix=/opt/gdb             \
       --datadir=/opt/gdb/data       \
       --htmldir=/opt/gdb/doc        \
       --disable-largefile           \
       --with-gnu-ld                 \
       --with-expat=no               \
       --with-python=no              \
       --with-guile=no               \
       --with-intel-pt=no            \
       --with-babeltrace=no

what is the recommended way to run 'configure' at the top of the source tree, so that it will execute the custom configure in gdb/gdb/ ?


warm regards
Saifi.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-08 11:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08  7:25 building GDB natively using 'configure' at 'two' levels SAIFI
2021-09-08  8:12 ` Andrew Burgess
2021-09-08  9:47   ` SAIFI
2021-09-08 11:30     ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).