summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rwxr-xr-xports/bin/cc2
-rw-r--r--ports/doom2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/bin/cc b/ports/bin/cc
index 885b512..8f9a8c0 100755
--- a/ports/bin/cc
+++ b/ports/bin/cc
@@ -1,5 +1,5 @@
#!/bin/sh
-exec x86_64-elf-gcc -ffreestanding -fPIE \
+exec x86_64-camellia-gcc -fPIE \
-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/ \
$* \
diff --git a/ports/doom b/ports/doom
index 774e6f6..0c10b08 100644
--- a/ports/doom
+++ b/ports/doom
@@ -147,4 +147,4 @@ case $1 in
install) (prep; make "CC=cc" && cp doomgeneric $PREFIX/bin/doom && cp DOOM1.WAD $PREFIX/) ;;
clean) (prep; make clean) ;;
*) echo "usage: $0 install|clean"; false ;;
-esac \ No newline at end of file
+esac