summaryrefslogtreecommitdiff
path: root/ports/bin
diff options
context:
space:
mode:
Diffstat (limited to 'ports/bin')
-rwxr-xr-xports/bin/camellia_path_check1
-rwxr-xr-xports/bin/cc6
2 files changed, 7 insertions, 0 deletions
diff --git a/ports/bin/camellia_path_check b/ports/bin/camellia_path_check
new file mode 100755
index 0000000..96b4b06
--- /dev/null
+++ b/ports/bin/camellia_path_check
@@ -0,0 +1 @@
+#!/bin/sh \ No newline at end of file
diff --git a/ports/bin/cc b/ports/bin/cc
new file mode 100755
index 0000000..6478b6e
--- /dev/null
+++ b/ports/bin/cc
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec x86_64-elf-gcc -ffreestanding -fPIE -mno-sse \
+ -nostdlib -Wl,-pie -Wl,-no-dynamic-linker -T $REPO/src/user/linker.ld \
+ -I$REPO/src/ -I$REPO/src/shared/include/ -I$REPO/src/user/lib/include/ \
+ $* \
+ -L$REPO/out/ -lc -lgcc