This is the mail archive of the gdb-prs@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]

[Bug gdb/13828] New: Incorrect instructions in gdbserver README


http://sourceware.org/bugzilla/show_bug.cgi?id=13828

             Bug #: 13828
           Summary: Incorrect instructions in gdbserver README
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: richaw@gmail.com
    Classification: Unclassified


The gdbserver README (../gdb/gdbserver/README) states

If you prefer to cross-compile to your target, then you can also build
GDBserver that way.  In a Bourne shell, for example:

        % export CC=your-cross-compiler
        % path-to-gdbserver-sources/configure your-target-name
        % make

It should probably say
% path-to-gdbserver-sources/configure --host your-target-name

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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