Update paths

This commit is contained in:
Alex 2023-05-20 16:39:30 +03:00
parent 9007e5bd26
commit d949a1a449
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ else
mkdir -p out
mkdir -p out/lib
mkdir -p out/bin
mkdir -p out/usr/bin
mkdir -p out/usr/include
make -C libc build
make -C libs build

@ -1 +1 @@
Subproject commit 066c078bd91d487470f8dba42f9fbccfcfc9e388
Subproject commit 7ef0110ddcfd0d6a03204d805841915a8e56a247

View File

@ -6,7 +6,7 @@ NAME=ld
OBJECT_NAME=$(NAME).so
SO_NAME=$(OBJECT_NAME)
OUTPUT_DIR=../../out/
OUTPUT_DIR=../../out/lib/
SYSROOT = --sysroot=../../out/
CC = ../../../$(TC_COMPILER_PATH)/$(TC_COMPILER_ARCH)gcc