Skip to content

Commit

Permalink
kramel.sh: Support for RELR
Browse files Browse the repository at this point in the history
  • Loading branch information
Forenche authored and Mayankgaj committed Nov 13, 2021
1 parent b8f8adc commit 042afd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kramel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,11 @@ build_kernel() {
then
MAKE+=(
CROSS_COMPILE_ARM32=arm-eabi- \
CROSS_COMPILE=aarch64-elf-
CROSS_COMPILE=aarch64-elf- \
AR=llvm-ar \
NM=llvm-nm \
OBJCOPY=llvm-objcopy \
LD=aarch64-elf-ld.lld
)
fi

Expand Down

0 comments on commit 042afd1

Please sign in to comment.