Index: meson/cross/ppc32
===================================================================
--- meson/cross/ppc32	(revision 5f176da24d28494c81340ae9aed9fb8d6d7a36fa)
+++ meson/cross/ppc32	(revision 1a4ec93fc8bcd85c8be83eca18e378aa9f4d67ca)
@@ -2,13 +2,13 @@
 
 [binaries]
-c = 'ppc-helenos-gcc'
-cpp = 'ppc-helenos-g++'
-ar = 'ppc-helenos-ar'
-strip = 'ppc-helenos-strip'
-nm = 'ppc-helenos-nm'
-objcopy = 'ppc-helenos-objcopy'
-objdump = 'ppc-helenos-objdump'
-as = 'ppc-helenos-as'
-ld = 'ppc-helenos-ld'
+c = '@COMPPREFIX@gcc'
+cpp = '@COMPPREFIX@g++'
+ar = '@COMPPREFIX@ar'
+strip = '@COMPPREFIX@strip'
+nm = '@COMPPREFIX@nm'
+objcopy = '@COMPPREFIX@objcopy'
+objdump = '@COMPPREFIX@objdump'
+as = '@COMPPREFIX@as'
+ld = '@COMPPREFIX@ld'
 
 [properties]
