Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
konect-V committed May 3, 2023
1 parent d82a3b0 commit 469af8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ setup:
build:
mkdir -m 777 -p "Bin"
sudo mkdir -m 777 -p "/usr/kot"
cd Bin && ../gcc/configure --target=x86_64-kot --prefix="$(shell pwd)/Bin" --disable-nls --enable-languages=c,c++ --without-headers --with-sysroot="/usr/kot" && make all-gcc
cd Bin && ../gcc/configure --target=x86_64-kot --prefix="$(shell pwd)/Bin" --disable-nls --enable-languages=c,c++ --with-newlib --with-sysroot="/usr/kot" && make all-gcc

github-action: all

0 comments on commit 469af8f

Please sign in to comment.