* Faillure when adding file to ALL_64_TARGET_OBS in Makefile.in
@ 2017-10-25 8:54 Xavier Roirand
2017-10-25 8:58 ` Andreas Schwab
0 siblings, 1 reply; 3+ messages in thread
From: Xavier Roirand @ 2017-10-25 8:54 UTC (permalink / raw)
To: gdb
Hi,
For a test, I've created a new aarch64 file specific to a runtime, and
I'm trying to add this file to ALL_64_TARGET_OBS macro in Makefile.in in
GDB.
This step is ok but when I'm configuring GDB then I have to specifiy:
configure.... --enable-targets=all --enable-64-bit-bfd in order to have
my new aarch64 added during the build.
Of course, adding --enable-targets=all make my GDB executable size
increasing from 30 Mb to 105 Mb. Did I missed something here or is it
the only way to have my new aarch64 runtime specific file taken in account ?
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Faillure when adding file to ALL_64_TARGET_OBS in Makefile.in
2017-10-25 8:54 Faillure when adding file to ALL_64_TARGET_OBS in Makefile.in Xavier Roirand
@ 2017-10-25 8:58 ` Andreas Schwab
2017-10-25 9:15 ` Xavier Roirand
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2017-10-25 8:58 UTC (permalink / raw)
To: Xavier Roirand; +Cc: gdb
On Okt 25 2017, Xavier Roirand <roirand@adacore.com> wrote:
> For a test, I've created a new aarch64 file specific to a runtime, and I'm
> trying to add this file to ALL_64_TARGET_OBS macro in Makefile.in in GDB.
You also have to add it to gdb_target_obs in configure.tgt.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Faillure when adding file to ALL_64_TARGET_OBS in Makefile.in
2017-10-25 8:58 ` Andreas Schwab
@ 2017-10-25 9:15 ` Xavier Roirand
0 siblings, 0 replies; 3+ messages in thread
From: Xavier Roirand @ 2017-10-25 9:15 UTC (permalink / raw)
To: gdb
Works fine :) thx
Le 10/25/17 à 10:58 AM, Andreas Schwab a écrit :
> On Okt 25 2017, Xavier Roirand <roirand@adacore.com> wrote:
>
>> For a test, I've created a new aarch64 file specific to a runtime, and I'm
>> trying to add this file to ALL_64_TARGET_OBS macro in Makefile.in in GDB.
>
> You also have to add it to gdb_target_obs in configure.tgt.
>
> Andreas.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-25 9:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-25 8:54 Faillure when adding file to ALL_64_TARGET_OBS in Makefile.in Xavier Roirand
2017-10-25 8:58 ` Andreas Schwab
2017-10-25 9:15 ` Xavier Roirand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox