Changeset 5eb4282 in rtems-source-builder


Ignore:
Timestamp:
07/23/19 11:47:53 (4 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
0e59b48
Parents:
831ae05
Message:

devel/sis: Fix building the SIS on FreeBSD

  • Update to SIS 2.17 which has internal readline support for the hosts which do not have readline.

Closes #3763

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bare/config/devel/sis-2-1.cfg

    r831ae05 r5eb4282  
    99%include %{_configdir}/base.cfg
    1010
    11 %define sis_version 2.16
    12 %hash sha256 sis-%{sis_version}.tar.bz2 37cdb8f5cc1255e273423f580f5c76755e5851dabb677f6bc1100f27557b8dce
     11%define sis_version 2.17
     12%hash sha256 sis-%{sis_version}.tar.bz2 5125a8924688223b8341c2c26f51490069035da764e43f422c3fc119ddcae1a3
    1313
    1414#
     
    1616#
    1717%include %{_configdir}/sis-2-1.cfg
    18 
  • rtems/config/5/rtems-riscv.bset

    r831ae05 r5eb4282  
    1515tools/rtems-gcc-9.1.0-newlib-5c2a3661c
    1616tools/rtems-tools-5-1
    17 devel/sis-2-1.cfg
     17devel/sis-2-1
  • rtems/config/5/rtems-sparc.bset

    r831ae05 r5eb4282  
    33%define with_libgomp
    44%include 5/rtems-default.bset
    5 devel/sis-2-1.cfg
    6 
     5devel/sis-2-1
  • source-builder/config/sis-2-1.cfg

    r831ae05 r5eb4282  
    3232  cd sis-%{sis_version}
    3333
    34   ac_prefix=%{_prefix}
    35 
    36   if test "%{_build}" != "%{_host}" ; then
    37     CFLAGS_FOR_BUILD="-g -O2 -Wall"
    38   fi
    39   export CFLAGS CFLAGS_FOR_BUILD CC
    40 
    4134  if test "%{_target}" != "" ; then
    4235    SIS_PREFIX="%{_target}-"
    4336  fi
    44   CFLAGS="$SB_CFLAGS" \
     37
     38  %{host_build_flags}
     39
    4540  ./configure \
    46     --build=%{_build} --host=%{_host} \
     41    --build=%{_build} --host=%{_host} --target=%{_target} \
    4742    --program-prefix="$SIS_PREFIX" \
    48     --prefix=${ac_prefix}
     43    --prefix=${_prefix}
    4944
    5045  %{__make} %{?_smp_mflags} all
    51 
    52   unset CFLAGS_FOR_BUILD
    5346
    5447  cd ${build_top}
Note: See TracChangeset for help on using the changeset viewer.