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>
Mon, 27 Nov 2023 03:11:35 +0000 (19:11 -0800)
commit49b7ab73c59ba285695f10058c1585420b226f4b
tree8c854b2a1ea87d5bc45ffdd37cbcbb348bbd59a7
parent505a72ebccd9b23109006aec22b5e23d915c06f0
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]