mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* configure.tgt: Add handling for x86_64-darwin.
This commit is contained in:
parent
29383458d3
commit
58529c0267
@ -1,3 +1,7 @@
|
||||
2009-03-16 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* configure.tgt: Add handling for x86_64-darwin.
|
||||
|
||||
2009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user