Index: uspace/app/pcc/config.h
===================================================================
--- uspace/app/pcc/config.h	(revision b6759f49ea55957bdd9cb4159bd68f0b2df41b1a)
+++ uspace/app/pcc/config.h	(revision 814717fa83a3222054acdc0dd3282949e92a5be2)
@@ -106,8 +106,8 @@
 
 /* Define alternate standard lib directory */
-//#undef LIBDIR
+#define LIBDIR "/lib/"
 
 /* Define path to alternate linker */
-//#undef LINKER
+#define LINKER "/app/ld"
 
 /* Using Mach-O ABI */
@@ -142,5 +142,5 @@
 
 /* Define path to alternate preprocessor */
-//#undef PREPROCESSOR
+#undef PREPROCESSOR
 
 /* Define to 1 if you have the ANSI C header files. */
@@ -148,5 +148,5 @@
 
 /* Define alternate standard include directory */
-//#undef STDINC
+#define STDINC "/inc/"
 
 /* Define if target defaults to BIG endian */
