Index: meson/cross/arm32
===================================================================
--- meson/cross/arm32	(revision 5f176da24d28494c81340ae9aed9fb8d6d7a36fa)
+++ meson/cross/arm32	(revision a42be380ec77e0657e09ad87b44154917913e8ea)
@@ -2,13 +2,13 @@
 
 [binaries]
-c = 'arm-helenos-gcc'
-cpp = 'arm-helenos-g++'
-ar = 'arm-helenos-ar'
-strip = 'arm-helenos-strip'
-nm = 'arm-helenos-nm'
-objcopy = 'arm-helenos-objcopy'
-objdump = 'arm-helenos-objdump'
-as = 'arm-helenos-as'
-ld = 'arm-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]
