We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64-linux-gnu-
1 parent e01008b commit dde721cCopy full SHA for dde721c
1 file changed
config/sources/amd64.conf
@@ -27,10 +27,7 @@ declare -g KERNEL_BUILD_DTBS="no" # amd64 has no DTBs. that I know of.
27
declare -g KERNEL_IMAGE_TYPE="${KERNEL_IMAGE_TYPE:-"bzImage"}"
28
declare -g KERNEL_INSTALL_TYPE="${KERNEL_INSTALL_TYPE:-"install"}"
29
30
-if [[ "$(uname -m)" == "aarch64" ]]; then
31
- # Allow building amd64 on aarch64, but using system toolchain only
32
- declare -g KERNEL_COMPILER="x86_64-linux-gnu-"
33
- declare -g UBOOT_COMPILER='x86_64-linux-gnu-'
34
-fi
+declare -g KERNEL_COMPILER="x86_64-linux-gnu-"
+declare -g UBOOT_COMPILER='x86_64-linux-gnu-'
35
36
true # make sure to exit with 0 status; this protects against shortcircuits etc above.
0 commit comments