diff --git a/CMake/variants/variants.dop256 b/CMake/variants/variants.dop256
index 06b238024db938008069a6bc8c75cdca5ff743e6..5f3b11b6d3137bacbdd8bbad2f1ea0cf332f757b 100644
--- a/CMake/variants/variants.dop256
+++ b/CMake/variants/variants.dop256
@@ -8,10 +8,10 @@ set(GNU_COMPILE_DEFINITIONS -DCL_USE_DEPRECATED_OPENCL_1_1_APIS)
 # /opt/lofar/external is searched by default
 
 # Refer to symlink that go may through ccache.
-set(GNU_C         /home/amesfoort/gcc )
-set(GNU_CXX       /home/amesfoort/g++ )
+set(GNU_C         /usr/lib/ccache/gcc )
+set(GNU_CXX       /usr/lib/ccache/g++ )
 set(GNU_Fortran   /usr/bin/gfortran )
-set(GNU_ASM       /home/amesfoort/gcc )
+set(GNU_ASM       /usr/lib/ccache/gcc )
 
 # CUDA 5.0 headers refuse to try gcc 4.7. Force 4.6 for the moment.
 # This is only needed if configuring/compiling a .cu file with nvcc (not anymore).