mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Format changes.
This commit is contained in:
parent
a69c400fd8
commit
65f9bced89
@ -11,6 +11,31 @@
|
|||||||
#
|
#
|
||||||
%include rtems-4.11-base.bset
|
%include rtems-4.11-base.bset
|
||||||
|
|
||||||
|
#
|
||||||
|
# or1k specific patches
|
||||||
|
#
|
||||||
|
|
||||||
|
#binutils
|
||||||
|
%patch add binutils -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/binutils-2.24-or1k-rtems.diff
|
||||||
|
%hash md5 binutils-2.24-or1k-rtems.diff 6a1d5ae6e37f6eed421b357a63a612db
|
||||||
|
|
||||||
|
#gcc
|
||||||
|
%patch add gcc -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gcc-4.8.3-or1k-rtems-29072014.diff
|
||||||
|
%hash md5 gcc-4.8.3-or1k-rtems-29072014.diff df2555b2dd4de2d78366fabd705f36ac
|
||||||
|
|
||||||
|
#gdb
|
||||||
|
%patch add gdb -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gdb-7.7-or1k-rtems.diff
|
||||||
|
%hash md5 gdb-7.7-or1k-rtems.diff 7565167e02652ff300dd31015499633e
|
||||||
|
|
||||||
|
#
|
||||||
|
# or1k specific configurations
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Disable GDB simulator. Use the external simulator.
|
||||||
|
#
|
||||||
|
%define gdb-disable-sim 1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tools configuration.
|
# Tools configuration.
|
||||||
#
|
#
|
||||||
@ -19,26 +44,3 @@ devel/expat-2.1.0-1
|
|||||||
tools/rtems-binutils-2.24-1
|
tools/rtems-binutils-2.24-1
|
||||||
tools/rtems-gcc-4.8.3-newlib-cvs-1
|
tools/rtems-gcc-4.8.3-newlib-cvs-1
|
||||||
tools/rtems-gdb-7.7-1
|
tools/rtems-gdb-7.7-1
|
||||||
|
|
||||||
#
|
|
||||||
# or1k specific patches
|
|
||||||
#
|
|
||||||
|
|
||||||
#binutils
|
|
||||||
%patch add binutils -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/binutils-2.24-or1k-rtems.diff
|
|
||||||
%hash md5 binutils-2.24-or1k-rtems.diff 6a1d5ae6e37f6eed421b357a63a612db
|
|
||||||
|
|
||||||
#gcc
|
|
||||||
%patch add gcc -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gcc-4.8.3-or1k-rtems-29072014.diff
|
|
||||||
%hash md5 gcc-4.8.3-or1k-rtems-29072014.diff df2555b2dd4de2d78366fabd705f36ac
|
|
||||||
|
|
||||||
#gdb
|
|
||||||
%patch add gdb -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gdb-7.7-or1k-rtems.diff
|
|
||||||
%hash md5 gdb-7.7-or1k-rtems.diff 7565167e02652ff300dd31015499633e
|
|
||||||
|
|
||||||
#
|
|
||||||
# or1k specific configurations
|
|
||||||
#
|
|
||||||
|
|
||||||
#gdb
|
|
||||||
%define gdb-disable-sim 1
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user