Timestamp:
05/05/2024 06:50:35 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
32a3136
Parents:
e1092747
git-author:
Xi Ruoyao <xry111@…> (05/05/2024 06:46:19 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/05/2024 06:50:35 PM)
Message:

firefox, thunderbird: Remove several lines of ARM code to work around FTBFS with Rustc >= 1.78.0

These lines are:

#![cfg_attr(feature = "neon", feature(stdsimd))]
#![cfg_attr(

feature = "neon",
feature(arm_target_feature, raw_ref_op)

)]

The upstream has committed the fix but as these lines are only for ARM,
we can simply remove them.

In SeaMonkey the qcms code base is still C++ so this does not apply.

Link: https://bugzilla.mozilla.org/show_bug.cgi?id=1882291

(No files)

Note: See TracChangeset for help on using the changeset viewer.