Changeset 1b29191 in rtems-source-builder
- Timestamp:
- 05/14/14 06:37:46 (10 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- e119c6a
- Parents:
- 9a15c40
- Location:
- bare/config
- Files:
-
- 4 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
bare/config/devel/binutils-2.23.2-1.cfg
r9a15c40 r1b29191 18 18 19 19 # 20 # Include the bare patches21 #22 %include bare-binutils-patches.cfg23 24 #25 20 # The binutils build instructions. We use 2.xx Release 1. 26 21 # -
bare/config/devel/gcc-4.8.2-newlib-cvs-1.cfg
r9a15c40 r1b29191 35 35 # Newlib is from CVS. 36 36 # 37 Source10:cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}?reset37 %source set newlib cvs://pserver:anoncvs@sourceware.org/cvs/src?module=newlib?src-prefix=src?date=%{newlib_version}?reset 38 38 39 39 # 40 40 # Joel's stack_t patch. 41 41 # 42 %define bare_gcc_patch11 %{bare_newlib_patches}/newlib-sys-signal-20130532.diff 43 %define bare_gcc_patch11_opts -p0 42 %patch add newlib -p0 %{bare_newlib_patches}/newlib-sys-signal-20130532.diff 44 43 45 44 # 46 #47 # Manage bare patches48 #49 %include bare-gcc-patches.cfg50 51 45 # The gcc/newlib build instructions. We use 4.8 Release 1. 52 46 # -
bare/config/devel/gdb-7.6.1-1.cfg
r9a15c40 r1b29191 9 9 10 10 # 11 # Bare Build Set patches.12 #13 %include bare-gdb-patches.cfg14 15 #16 11 # The gdb build instructions. We use 7.xx Release 1. 17 12 # -
bare/config/devel/gdb-7.7-1.cfg
r9a15c40 r1b29191 9 9 10 10 # 11 # Bare Build Set patches.12 #13 %include bare-gdb-patches.cfg14 15 #16 11 # The gdb build instructions. We use 7.xx Release 1. 17 12 # -
bare/config/devel/libffi-3.0.13-1.cfg
r9a15c40 r1b29191 20 20 # Fix pkgconfig file on Fedora 64bit. 21 21 # 22 Patch0:%{rtems_git_tools}/libffi/libffi-pkg-config-lib64-fix.diff22 %patch add libffi %{rtems_git_tools}/libffi/libffi-pkg-config-lib64-fix.diff 23 23 24 24 # -
bare/config/devel/qemu-git-1.cfg
r9a15c40 r1b29191 4 4 5 5 %if %{release} == %{nil} 6 %define release 16 %define release 1 7 7 %endif 8 8 … … 17 17 # Qemu is from GIT. 18 18 # 19 Source0:git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc19 %source set qemu git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc 20 20 21 21 # 22 22 # Patches from Qemu's patchworks site. 23 23 # 24 Patch0:pw://patchwork.ozlabs.org/patch/318435/raw/PULL-29-29-arm-zynq-Add-software-system-reset-via-SCLR.patch24 %patch add qemu pw://patchwork.ozlabs.org/patch/318435/raw/PULL-29-29-arm-zynq-Add-software-system-reset-via-SCLR.patch 25 25 26 26 %if %{_host} == mingw32 27 Patch5:pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch27 %patch add qemu pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch 28 28 %endif 29 29 -
bare/config/devel/texane-stlink-1.cfg
r9a15c40 r1b29191 23 23 # Source 24 24 # 25 Source0: https://api.github.com/repos/texane/stlink/texane-stlink-%{stlink_version}.tar.gz 26 VersionControl0: git clone https://github.com/texane/stlink.git 27 Patch0: texane-stlink-3494c11-2.diff 25 %source set stlink https://api.github.com/repos/texane/stlink/texane-stlink-%{stlink_version}.tar.gz 26 %patch add stlink texane-stlink-3494c11-2.diff 28 27 29 28 # … … 31 30 # 32 31 %prep 33 %setup-q -c -n %{name}-%{version}34 cd texane-stlink-%{stlink_version}35 %{?patch0:%patch0 -p1} 36 cd ..32 %source setup stlink -q -c -n %{name}-%{version} 33 cd texane-stlink-%{stlink_version} 34 %patch setup stlink -p1 35 cd .. 37 36 38 37 %build
Note: See TracChangeset
for help on using the changeset viewer.