add ppc_flags.py so we can get the ppc versions of all the flags we need
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 27 Nov 2023 03:11:35 +0000 (19:11 -0800)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 Dec 2023 19:26:21 +0000 (19:26 +0000)
commite3c6d28524cb327570bb01271d8ef91b1e854682
tree05022b4b238dd6ac24557de3dcc56c0646cb77a9
parent10dc4801971887a050a2c1dca6d0b94ff02dc373
add ppc_flags.py so we can get the ppc versions of all the flags we need

tells gcc to dump all #defines, and parses that.
src/openpower/syscalls/ppc_flags.py [new file with mode: 0644]