Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuda-Chen committed Dec 14, 2023
1 parent cec0c13 commit e2013f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/cross-files/armv8-gcc-12-32bit-ccache.cross
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[binaries]
c = 'arm-linux-gnueabihf-gcc-10'
cpp = 'arm-linux-gnueabihf-g++-10'
c = 'arm-linux-gnueabihf-gcc-12'
cpp = 'arm-linux-gnueabihf-g++-12'
ar = 'arm-linux-gnueabihf-ar'
strip = 'arm-linux-gnueabihf-strip'
objcopy = 'arm-linux-gnueabihf-objcopy'
Expand Down

0 comments on commit e2013f0

Please sign in to comment.