Avoid using "mips" as a variable #39

Merged
raster merged 1 commits from rvandegrift/enlightenment:avoid-mips-macro into master 2023-04-09 02:57:12 -07:00
Contributor

Summary:
"mips" is a gcc system-specific predefined macro on mipsel & mips64el. This
fixes compilation on those platforms.

References:

Fixes T8781

Test Plan: built on a debian mipsel porterbox

Reviewers: raster, devilhorns

Subscribers: cedric, zmike

Tags: #enlightenment-git

Maniphest Tasks: T8781

Differential Revision: https://phab.enlightenment.org/D12096

Summary: "mips" is a gcc system-specific predefined macro on mipsel & mips64el. This fixes compilation on those platforms. References: - https://gcc.gnu.org/onlinedocs/cpp/System-specific-Predefined-Macros.html - https://gcc.gnu.org/pipermail/gcc-help/2020-August/139241.html Fixes T8781 Test Plan: built on a debian mipsel porterbox Reviewers: raster, devilhorns Subscribers: cedric, zmike Tags: #enlightenment-git Maniphest Tasks: T8781 Differential Revision: https://phab.enlightenment.org/D12096
rvandegrift added 1 commit 2023-04-08 21:43:45 -07:00
c18c52f36a Avoid using "mips" as a variable
Summary:
"mips" is a gcc system-specific predefined macro on mipsel & mips64el.  This
fixes compilation on those platforms.

References:
- https://gcc.gnu.org/onlinedocs/cpp/System-specific-Predefined-Macros.html
- https://gcc.gnu.org/pipermail/gcc-help/2020-August/139241.html

Fixes T8781

Test Plan: built on a debian mipsel porterbox

Reviewers: raster, devilhorns

Subscribers: cedric, zmike

Tags: #enlightenment-git

Maniphest Tasks: T8781

Differential Revision: https://phab.enlightenment.org/D12096
Owner

wtf? really? mips is a keyword? wow...

wtf? really? mips is a keyword? wow...
raster merged commit c18c52f36a into master 2023-04-09 02:57:12 -07:00
raster deleted branch avoid-mips-macro 2023-04-09 02:57:13 -07:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: enlightenment/enlightenment#39
No description provided.