Attention is currently required from: Felix Singer, Angel Pons.
Thomas Heijligen has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/58273 )
Change subject: buildsystem: Determine the endianness only in the buildsystem
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3:
```
$(CC) -dM -E - </dev/null | grep __BYTE_ORDER__ | awk '{gsub(/.*__ORDER_/,""); gsub(/_ENDIAN__/,""); print tolower($0)}'
```
will result in little, big, pdp or ''
--
To view, visit
https://review.coreboot.org/c/flashrom/+/58273
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I37093528ae55e712cc30a0267a8ceac332750e7d
Gerrit-Change-Number: 58273
Gerrit-PatchSet: 3
Gerrit-Owner: Thomas Heijligen
src@posteo.de
Gerrit-Reviewer: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Felix Singer
felixsinger@posteo.net
Gerrit-Attention: Angel Pons
th3fanbus@gmail.com
Gerrit-Comment-Date: Wed, 13 Oct 2021 14:18:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment