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]

[commit] Add handling for x86_64-darwin


Hello,

I just checked in the following configure.tgt patch. It just adds
support for building GDB on x86_64-darwin.

2009-03-16  Tristan Gingold  <gingold@adacore.com>

        * configure.tgt: Add handling for x86_64-darwin.

Tested on x86_64-darwin by building the debugger (there is a nasty,
nasty, error in the code, so you need to build without warnings
as a work-around for now, but I'll address that this morning
if I can).

-- 
Joel
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.212
diff -u -p -r1.212 configure.tgt
--- configure.tgt	17 Feb 2009 17:56:50 -0000	1.212
+++ configure.tgt	16 Mar 2009 15:01:23 -0000
@@ -145,7 +145,7 @@ hppa*-*-*)
 	gdb_target_obs="hppa-tdep.o"
 	;;
 
-i[34567]86-*-darwin*)
+i[34567]86-*-darwin* | x86_64-*-darwin*)
 	# Target: Darwin/i386
 	gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \
 			i386-darwin-tdep.o solib.o solib-darwin.o"

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