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)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 1 Dec 2023 20:42:15 +0000 (12:42 -0800)
commit5f21b2e6093390c1f4c48331781d395357c58386
tree05022b4b238dd6ac24557de3dcc56c0646cb77a9
parent5072485f66e9f680892320886bd0b76a5438a0b7
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]