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>
Thu, 7 Dec 2023 17:51:21 +0000 (17:51 +0000)
commita7877d771ff364ac1d7f5189714bc22d13c72ac1
treead472d9d27373a613ad801a3068733b2a466819f
parent813adb694957e655fa30c8b1427648346651c426
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]