Index: uspace/lib/c/arch/arm32/Makefile.common
===================================================================
--- uspace/lib/c/arch/arm32/Makefile.common	(revision 2902e1bb4254bbfdd521b4645e8979af80734627)
+++ uspace/lib/c/arch/arm32/Makefile.common	(revision 804d9b62fe9ebfd0dbe04bdf00f0bd0114431bfe)
@@ -29,4 +29,8 @@
 
 GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4
+#TODO enable this when the breakage is fixed
+#(fat fails on invalid instruction, tmpfs hangs, there may be other issues)
+#fat: page_fault - instruction doesn't access memory (instr_code: 0x1508, badvaddr:0x.
+#$(subst _,-,$(PROCESSOR))
 
 ENDIANESS = LE
