Skip to content

Commit ba97b06

Browse files
committed
mk: Fix cross prefix for powerpc64
Looks like the way to create these executables is to use the standard `powerpc-linux-gnu-gcc` compiler but with the `-m64` option.
1 parent 142214d commit ba97b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/cfg/powerpc64-unknown-linux-gnu.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# powerpc64-unknown-linux-gnu configuration
2-
CROSS_PREFIX_powerpc64-unknown-linux-gnu=powerpc64-linux-gnu-
2+
CROSS_PREFIX_powerpc64-unknown-linux-gnu=powerpc-linux-gnu-
33
CC_powerpc64-unknown-linux-gnu=$(CC)
44
CXX_powerpc64-unknown-linux-gnu=$(CXX)
55
CPP_powerpc64-unknown-linux-gnu=$(CPP)

0 commit comments

Comments
 (0)