source: rtems-source-builder/rtems/config/tools/rtems-gdb-6.8-1.cfg @ dbc11a8

Last change on this file since dbc11a8 was b537e55, checked in by Chris Johns <chrisj@…>, on 03/01/16 at 03:33:22

Clean up 4.9 build issues.

Add support so 4.9 builds on a recent FreeBSD using clang.

  • Property mode set to 100644
File size: 804 bytes
Line 
1#
2# GDB 6.8.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 6.8
9
10#
11# Force the standard of C code for GCC.
12#
13%define build_cflags %{build_cflags} --std=gnu89 -Wno-return-type
14
15#
16# RTEMS Build Set patches.
17#
18%source set gdb http://ftp.gnu.org/gnu/gdb/gdb-6.8a.tar.bz2
19%patch  add gdb %{rtems_gdb_patches}/gdb-6.8-rtems4.9-20091111.diff
20
21%hash sha512 gdb-6.8a.tar.bz2 5114fe14ab25dc085590acff3a6feb75eb93347e501c634548308c4f51b31416ea23b8e612dfc54da466d3e7471e210d8f7a12ff6c050e9e89920884e5a64008
22%hash sha512 gdb-6.8-rtems4.9-20091111.diff 2e6eb2bdeac4bba7c2fcaf701399148fc5de82dfa81e021111f5a20654afe5aad77d6fd0edbc31965107f2fe9a43738938d79a313836267ad69dc8509fcbf691
23
24#
25# The gdb build instructions. We use 6.xx Release 1.
26#
27%include %{_configdir}/gdb-6-1.cfg
Note: See TracBrowser for help on using the repository browser.