From 2a8ff58ce0cc2f1bb0bac223824fa101e6aaebd7 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 26 Dec 2022 11:59:51 -0600 Subject: [PATCH] Remove sed invocations replaced by (theoretically) upstreamable patches. --- scripts/mkroot.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/mkroot.sh b/scripts/mkroot.sh index ff7f5673..f4b19b76 100755 --- a/scripts/mkroot.sh +++ b/scripts/mkroot.sh @@ -261,9 +261,6 @@ else announce "linux-$KARCH" pushd "$LINUX" && make distclean && popd && cp -sfR "$LINUX" "$TEMP/linux" && pushd "$TEMP/linux" && - # Fix x86-64, sh2eb, and building with cc pointing to llvm or gcc - sed -Eis '/select HAVE_(STACK_VALIDATION|OBJTOOL)[^_]/d' arch/x86/Kconfig && - sed -i 's@=\(.*[ )]\)gcc$@:=\1$(shell $(CROSS_COMPILE)cc --version >/dev/null 2>\&1 \&\& echo cc || echo gcc)@' Makefile && # Write linux-miniconfig { echo "# make ARCH=$KARCH allnoconfig KCONFIG_ALLCONFIG=linux-miniconfig" -- 2.39.2