Skip to content

Commit ac9fdf7

Browse files
committed
Adding profiles for the Zed editor
1 parent 60fea86 commit ac9fdf7

17 files changed

Lines changed: 135 additions & 11 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/.previous
44
/src/**/*.o
55
/toolchain
6+
compile_flags.txt
67
divinus

.zed/profiles/arm-glibc.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS
4+
-I.

.zed/profiles/arm-musl3.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS
4+
-I.

.zed/profiles/arm-musl4.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS
4+
-I.

.zed/profiles/arm9-glibc.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS
4+
-I.

.zed/profiles/arm9-musl3.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS
4+
-I.

.zed/profiles/arm9-musl4.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS
4+
-I.

.zed/profiles/arm9-uclibc.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS
4+
-I.

.zed/profiles/armhf-glibc.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS_VFP
4+
-I.

.zed/profiles/armhf-musl.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-std=c11
2+
-D__arm__
3+
-D__ARM_PCS_VFP
4+
-I.

0 commit comments

Comments
 (0)