From eddd59782fc02b481e89579aa909d250c3ac598f Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 4 Jun 2024 08:23:17 -0500 Subject: system/icu: Multiple test improvements * Use TZ=UTC for running tests. Ref: #1169. * Use older GCC behaviour for floating point math. Closes: #1193. --- system/icu/APKBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/icu') diff --git a/system/icu/APKBUILD b/system/icu/APKBUILD index 8f0d8b297..62b39f2e4 100644 --- a/system/icu/APKBUILD +++ b/system/icu/APKBUILD @@ -43,6 +43,9 @@ prepare() { } build() { + # GCC 13 changed default fp precision behavior. (#1193) + export CXXFLAGS="${CXXFLAGS} -fexcess-precision=fast" + ./configure \ --build=$CBUILD \ --host=$CHOST \ -- cgit v1.2.3-60-g2f50