Skip to content

Commit

Permalink
Update kindlehf to a more compatible tc and remoe kindletesthf
Browse files Browse the repository at this point in the history
  • Loading branch information
notmarek authored Jul 17, 2024
1 parent 8c26e04 commit 0e63f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions gen-tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,7 @@ case $1 in
kindlehf)
Build_CT-NG \
https://github.com/NotMarek/crosstool-ng.git \
3ac8537f6a1f7eebd3b5768e5e0a20516702887c \
"arm-${1}-linux-gnueabihf"
;;
kindletesthf)
Build_CT-NG \
https://github.com/NotMarek/crosstool-ng.git \
0733216fc3edf0d5a993d14070a1a615e4d51f8d \
50527c119e56fb218a47b5334bedfd7b15b0f3a8 \
"arm-${1}-linux-gnueabihf"
;;
kindlepw2)
Expand Down
2 changes: 1 addition & 1 deletion refs/x-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ case ${KINDLE_TC} in
KHF )
ARCH_FLAGS="-march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -mthumb"

CROSS_TC="arm-kindletesthf-linux-gnueabihf"
CROSS_TC="arm-kindlehf-linux-gnueabihf"
;;
esac
TC_BUILD_DIR="${HOME}/Kindle/CrossTool/Build_${KINDLE_TC}"
Expand Down

0 comments on commit 0e63f84

Please sign in to comment.