Skip to content

Commit 1292438

Browse files
Build4Last30DaysUpdate
1 parent 377a266 commit 1292438

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fetch-config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ fi
2727
cd ..
2828
cp .fetch_config/usr/src/linux-headers-*/.config ./.config
2929
# GCC_VERSION=$(cat .config | sed -n 's/CONFIG_CC_VERSION_TEXT=".*\s\(.*\)"$/\1/p')
30+
echo "reached 1"
3031
GCC_VERSION=$(cat .config | sed -n 's/CONFIG_GCC_VERSION=\(.*\)$/\1/p')
32+
echo $GCC_VERSION
3133
((G_MAJOR=GCC_VERSION/10000, G_MIDDLE=(GCC_VERSION%10000)/100, G_LAST=GCC_VERSION%100))
3234
GCC_VERSION=$G_MAJOR.$G_MIDDLE.$G_LAST
35+
echo $GCC_VERSION
3336
GCC_VERSION_MAJOR=$(echo "${GCC_VERSION}" | sed -En 's/(.*).[0-9]+/\1/p')
3437

3538
rm -rf .fetch_config

0 commit comments

Comments
 (0)