* [Buildroot] [PATCH] gdb: Reenable makeinfo for GDB from git
@ 2014-05-27 8:45 Anton Kolesov
2014-05-27 9:19 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Anton Kolesov @ 2014-05-27 8:45 UTC (permalink / raw)
To: buildroot
This effectively reverts commit 21aaa85 for GDB versions that use Git
instead of upstream tarballs. When building GDB from Git it is required to
compile .info files from .texi files, otherwise build fails.
This fixes:
http://autobuild.buildroot.net/results/df6/df64fe6e834f016267f522f089e00a08b1fd893e/
http://autobuild.buildroot.net/results/95f/95fa2904f81a114abfa337dcce141b7c87d5a52c/
Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
---
package/gdb/gdb.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index c3fca40..50bbf20 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -50,8 +50,10 @@ GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
HOST_GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
endif
+ifneq ($(GDB_FROM_GIT),y)
HOST_GDB_CONF_ENV = \
ac_cv_prog_MAKEINFO=missing
+endif
GDB_CONF_ENV = \
ac_cv_prog_MAKEINFO=missing \
--
1.8.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] gdb: Reenable makeinfo for GDB from git
2014-05-27 8:45 [Buildroot] [PATCH] gdb: Reenable makeinfo for GDB from git Anton Kolesov
@ 2014-05-27 9:19 ` Peter Korsgaard
2014-05-27 9:22 ` Anton Kolesov
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2014-05-27 9:19 UTC (permalink / raw)
To: buildroot
>>>>> "Anton" == Anton Kolesov <Anton.Kolesov@synopsys.com> writes:
> This effectively reverts commit 21aaa85 for GDB versions that use Git
> instead of upstream tarballs. When building GDB from Git it is required to
> compile .info files from .texi files, otherwise build fails.
> This fixes:
> http://autobuild.buildroot.net/results/df6/df64fe6e834f016267f522f089e00a08b1fd893e/
> http://autobuild.buildroot.net/results/95f/95fa2904f81a114abfa337dcce141b7c87d5a52c/
Sorry, I just committed a similar fix myself:
http://git.buildroot.net/buildroot/commit/?id=ffd243c6527250c488a83ee22460416e167be7dd
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] gdb: Reenable makeinfo for GDB from git
2014-05-27 9:19 ` Peter Korsgaard
@ 2014-05-27 9:22 ` Anton Kolesov
0 siblings, 0 replies; 3+ messages in thread
From: Anton Kolesov @ 2014-05-27 9:22 UTC (permalink / raw)
To: buildroot
Hi Peter,
>
> Sorry, I just committed a similar fix myself:
>
> http://git.buildroot.net/buildroot/commit/?id=ffd243c6527250c488a83ee224
> 60416e167be7dd
No problem. Thanks!
Anton
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-27 9:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 8:45 [Buildroot] [PATCH] gdb: Reenable makeinfo for GDB from git Anton Kolesov
2014-05-27 9:19 ` Peter Korsgaard
2014-05-27 9:22 ` Anton Kolesov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox