Changeset 8a55346 in mainline for tools/build-ccheck.sh


Ignore:
Timestamp:
2023-02-06T21:03:14Z (15 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5110d0a
Parents:
b596d0d
Message:

Bump sycek

This takes in the support for _Alignas() in ccheck.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/build-ccheck.sh

    rb596d0d r8a55346  
    11#!/bin/sh
    22#
    3 # Copyright (c) 2021 Jiri Svoboda
     3# Copyright (c) 2023 Jiri Svoboda
    44# All rights reserved.
    55#
     
    2929
    3030SYCEK_GIT="https://github.com/jxsvoboda/sycek"
    31 SYCEK_REV="9946e29fbd013de4bc0277cd475555f3282e24f3"
     31SYCEK_REV="e606f73fd875b5d9ff48261b23f69552a893f5d4"
    3232
    3333if [ ! -d sycek ]; then
Note: See TracChangeset for help on using the changeset viewer.