X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sat, 13 Nov 2004 15:46:29 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-ID: <01c4c987$Blat.v2.2.2$52b9e920@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 Subject: Patches to build GDB 6.3 Reply-To: djgpp-workers AT delorie DOT com If you want to build GDB 6.3 (released a few days ago) with DJGPP, you will need the following patches. I committed them to the GDB CVS repository, so snapshots should build OK, and future versions will, too. HTH diff -u -r1.8 djconfig.sh --- gdb/config/djgpp/djconfig.sh 29 Dec 2003 07:35:35 -0000 1.8 +++ gdb/config/djgpp/djconfig.sh 13 Nov 2004 13:32:25 -0000 @@ -51,17 +51,22 @@ # Make sure they don't have some file names mangled by untarring. echo -n "Checking the unpacked distribution..." -if ( ! test -f ${srcdir}/intl/po2tblsed.in || \ - ! test -f ${srcdir}/gdb/ChangeLog.002 || \ +if ( ! test -f ${srcdir}/bfd/ChangeLog.0203 || \ + ! test -f ${srcdir}/gdb/ChangeLog.002 || \ + ! test -f ${srcdir}/opcodes/ChangeLog.0203 || \ ! test -f ${srcdir}/readline/config.h-in ) ; then - if ( ! test -f ${srcdir}/intl/po2tblsed.in ) ; then - notfound=${srcdir}/intl/po2tblsed.in + if ( ! test -f ${srcdir}/bfd/ChangeLog.0203 ) ; then + notfound=${srcdir}/bfd/ChangeLog.0203 else - if ( ! test -d ${srcdir}/gdb/testsuite/cxx) ; then + if ( ! test -f ${srcdir}/gdb/ChangeLog.002) ; then notfound=${srcdir}/gdb/ChangeLog.002 else if ( ! test -f ${srcdir}/readline/config.h-in ) ; then notfound=${srcdir}/readline/config.h-in + else + if ( ! test -f ${srcdir}/opcodes/ChangeLog.0203 ) ; then + notfound=${srcdir}/opcodes/ChangeLog.0203 + fi fi fi fi diff -u -r1.5 config.sed --- gdb/config/djgpp/config.sed 29 Dec 2003 07:35:35 -0000 1.5 +++ gdb/config/djgpp/config.sed 13 Nov 2004 13:32:25 -0000 @@ -22,7 +22,8 @@ /^ac_given_srcdir=/,/^CEOF/ { /^s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%/a\ - /@test ! -f /s,\\(.\\)\$, export am_cv_exeext=.exe; export lt_cv_sys_max_cmd_len=12288; \\1, + /@test ! -f /s,\\(.\\)\$, export am_cv_exeext=.exe; export lt_cv_sys_max_cmd_len=12288; \\1,\ + /@test -f stage_last /s,\\(.\\)\$, export am_cv_exeext=.exe; export lt_cv_sys_max_cmd_len=12288; \\1, }