commit 908226b269674408fc450283a8bcf5a2d50fff2d parent 137ad6f477fe966949dffdd99f49666af6c6492a Author: evenfri <evenfri256@gmail.com> Date: Tue, 28 Jul 2026 16:46:33 +0800 update: update cc libc Diffstat:
| D | cc | | | 11 | ----------- |
| M | mkfile | | | 2 | +- |
| M | sh/mkfile | | | 2 | +- |
3 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/cc b/cc @@ -1,11 +0,0 @@ -#!/bin/sh - -INC=$(cc -print-file-name=include) -exec cc -fstack-protector-all \ - -mstack-protector-guard=global \ - -nostdlib \ - -nostdinc \ - -ffreestanding \ - -fno-builtin \ - -isystem "$INC" \ - "$@" diff --git a/mkfile b/mkfile @@ -1,6 +1,6 @@ <$LPLAN9/src/mkhdr -cc = ./cc +cc = fcc ld = ld cflags = -I./libc lib = ./libc/libc.a diff --git a/sh/mkfile b/sh/mkfile @@ -1,6 +1,6 @@ <$LPLAN9/src/mkhdr -cc = ../cc +cc = fcc ld = ld cflags = -I../libc lib = ../libc/libc.a