This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdbserver: fix the standalone build


On 27.06.2013 16:58, Pedro Alves wrote:
On 06/27/2013 03:22 PM, Mircea Gherzan wrote:
When direcltly invoking gdb/gdbserver/configure && make, the build will
fail because the $(host_alias) is empty and thus create-version.sh does
not get enough parameters.

Wasn't this fixed by this patch?

No, because in the standalone case both host_alias and target_alias are empty. The patch below only handles an empty target_alias.

-Mircea

commit b30a226a69f155ac6ab02a5dcb0ada444730d5b4
Author: qiyao <qiyao>
Date:   Thu Jun 27 00:12:13 2013 +0000

     gdb/

         * common/create-version.sh: Update comments.  Handle the case
         that TARGET_ALIAS is empty.



--

Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]