Changeset 5eb4282 in rtems-source-builder
- Timestamp:
- 07/23/19 11:47:53 (4 years ago)
- Branches:
- 5, master
- Children:
- 0e59b48
- Parents:
- 831ae05
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
bare/config/devel/sis-2-1.cfg
r831ae05 r5eb4282 9 9 %include %{_configdir}/base.cfg 10 10 11 %define sis_version 2.1 612 %hash sha256 sis-%{sis_version}.tar.bz2 37cdb8f5cc1255e273423f580f5c76755e5851dabb677f6bc1100f27557b8dce11 %define sis_version 2.17 12 %hash sha256 sis-%{sis_version}.tar.bz2 5125a8924688223b8341c2c26f51490069035da764e43f422c3fc119ddcae1a3 13 13 14 14 # … … 16 16 # 17 17 %include %{_configdir}/sis-2-1.cfg 18 -
rtems/config/5/rtems-riscv.bset
r831ae05 r5eb4282 15 15 tools/rtems-gcc-9.1.0-newlib-5c2a3661c 16 16 tools/rtems-tools-5-1 17 devel/sis-2-1 .cfg17 devel/sis-2-1 -
rtems/config/5/rtems-sparc.bset
r831ae05 r5eb4282 3 3 %define with_libgomp 4 4 %include 5/rtems-default.bset 5 devel/sis-2-1.cfg 6 5 devel/sis-2-1 -
source-builder/config/sis-2-1.cfg
r831ae05 r5eb4282 32 32 cd sis-%{sis_version} 33 33 34 ac_prefix=%{_prefix}35 36 if test "%{_build}" != "%{_host}" ; then37 CFLAGS_FOR_BUILD="-g -O2 -Wall"38 fi39 export CFLAGS CFLAGS_FOR_BUILD CC40 41 34 if test "%{_target}" != "" ; then 42 35 SIS_PREFIX="%{_target}-" 43 36 fi 44 CFLAGS="$SB_CFLAGS" \ 37 38 %{host_build_flags} 39 45 40 ./configure \ 46 --build=%{_build} --host=%{_host} \41 --build=%{_build} --host=%{_host} --target=%{_target} \ 47 42 --program-prefix="$SIS_PREFIX" \ 48 --prefix=${ ac_prefix}43 --prefix=${_prefix} 49 44 50 45 %{__make} %{?_smp_mflags} all 51 52 unset CFLAGS_FOR_BUILD53 46 54 47 cd ${build_top}
Note: See TracChangeset
for help on using the changeset viewer.