Changeset ceed4bd in rtems-source-builder


Ignore:
Timestamp:
05/19/23 14:53:13 (5 months ago)
Author:
Joel Sherrill <joel@…>
Branches:
master
Children:
7e52fd7
Parents:
56161b3
Message:

rtems-gcc-*-newlib-head.cfg: Update to include true long double math

Previously newlib only had long double math functions when the
sizeof(double) was equal to sizeof(long double). Newlib now includes
support for true long double on x86, x86_64, and aarch64.

These files were not included in the previous commit.

Location:
rtems/config/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rtems/config/tools/rtems-gcc-10-newlib-head.cfg

    r56161b3 rceed4bd  
    1818%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch 7ca237eabfd5b382713186e1fc290dfc999a353315795ecb8dd0d22fcd1ab7f5bf31f4329954adab91ad04c100dcac0e86d406fdbce8f82cf9dc23842c88caf6
    1919
    20 %define newlib_version c3798a2
     20%define newlib_version 9ae9eef
    2121%define newlib_external 1
    2222%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
    2323%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
    2424%hash sha512 newlib-%{newlib_version}.tar.gz \
    25   8qSfmZdAuDUgRX8WFyuMDGgEf+6CPbfo6bxOsBgrPHR++9QzunlFhMEnc1bV46pnCZUmcCWTXPH/+A7TSN4n4A==
     25  fV58RABHBBWQudHD0a/B0FLN75Uoy0NiieV1q/83OcP61p484DT2oLp41MlLcVMw8YOXxG+gfJ9KcRlw87A4GQ==
    2626
    2727%define with_threads 1
  • rtems/config/tools/rtems-gcc-10.4-newlib-head.cfg

    r56161b3 rceed4bd  
    2121%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch 7ca237eabfd5b382713186e1fc290dfc999a353315795ecb8dd0d22fcd1ab7f5bf31f4329954adab91ad04c100dcac0e86d406fdbce8f82cf9dc23842c88caf6
    2222
    23 %define newlib_version c3798a2
     23%define newlib_version 9ae9eef
    2424%define newlib_external 1
    2525%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
    2626%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
    2727%hash sha512 newlib-%{newlib_version}.tar.gz \
    28   8qSfmZdAuDUgRX8WFyuMDGgEf+6CPbfo6bxOsBgrPHR++9QzunlFhMEnc1bV46pnCZUmcCWTXPH/+A7TSN4n4A==
     28  fV58RABHBBWQudHD0a/B0FLN75Uoy0NiieV1q/83OcP61p484DT2oLp41MlLcVMw8YOXxG+gfJ9KcRlw87A4GQ==
    2929
    3030%define with_threads 1
  • rtems/config/tools/rtems-gcc-head-newlib-head.cfg

    r56161b3 rceed4bd  
    99  E5KKObrZDIF1nEAFmZ6zGstL/VAPGCR+FIkCVW3akyTmAPITsmlaNErGHESHjG8PRmCO8zkCHkjkAv6MaHsWvQ==
    1010
    11 %define newlib_version c3798a2
     11%define newlib_version 9ae9eef
    1212%define newlib_external 1
    1313%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
    1414%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
    1515%hash sha512 newlib-%{newlib_version}.tar.gz \
    16   8qSfmZdAuDUgRX8WFyuMDGgEf+6CPbfo6bxOsBgrPHR++9QzunlFhMEnc1bV46pnCZUmcCWTXPH/+A7TSN4n4A==
     16  fV58RABHBBWQudHD0a/B0FLN75Uoy0NiieV1q/83OcP61p484DT2oLp41MlLcVMw8YOXxG+gfJ9KcRlw87A4GQ==
    1717
    1818%patch add newlib -p1 https://devel.rtems.org/raw-attachment/ticket/4510/0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch
Note: See TracChangeset for help on using the changeset viewer.