summaryrefslogtreecommitdiffstats
path: root/ppc/.clangd
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <bigfoot@figboot.dev>2026-06-29 03:00:12 -0500
committerLibravatar bigfoot547 <bigfoot@figboot.dev>2026-06-29 03:00:12 -0500
commit6bb84fe005fc151df1a67259242da9c0eaf3fe93 (patch)
tree683d6e160bf48fd0c235635be874a8fef697402c /ppc/.clangd
parentadd new tests (diff)
begin work on pc side
Diffstat (limited to 'ppc/.clangd')
-rw-r--r--ppc/.clangd13
1 files changed, 13 insertions, 0 deletions
diff --git a/ppc/.clangd b/ppc/.clangd
new file mode 100644
index 0000000..ed00e13
--- /dev/null
+++ b/ppc/.clangd
@@ -0,0 +1,13 @@
+CompileFlags:
+ Add:
+ - --target=powerpc-eabi
+ - -mcpu=750
+ - -DGEKKO
+ - -DHW_RVL
+ - -D__PPC__
+ - -isystem
+ - /opt/devkitpro/devkitPPC/powerpc-eabi/include
+ - -isystem
+ - /opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/16.1.0/include
+ - -D_CLANGD
+