1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

Meta: Add a build helper script

This script automatically manages the toolchain and cmake/ninja folders
making it easier to manage the different target architectures.
This commit is contained in:
Tom 2021-03-07 12:37:29 -07:00 committed by Andreas Kling
parent b07310dc8b
commit 389dddd4b3
3 changed files with 208 additions and 2 deletions

View file

@ -9,6 +9,6 @@
# the debugger which binary to load symbols, etc from.
#
$SERENITY_KERNEL_DEBUGGER \
-ex "file $(dirname "$0")/../Build/Kernel/Kernel" \
-ex "file $(dirname "$0")/../Build/${SERENITY_ARCH:-i686}/Kernel/Kernel" \
-ex 'set arch i386:intel' \
-ex 'target remote localhost:1234'