Index: uspace/lib/c/arch/ia64/Makefile.common
===================================================================
--- uspace/lib/c/arch/ia64/Makefile.common	(revision 850235d404a93a3e011befe27ef139ef8e288759)
+++ uspace/lib/c/arch/ia64/Makefile.common	(revision d2d5329e4b1afac22d5b4e82e280e6acb29db280)
@@ -27,15 +27,5 @@
 #
 
-#
-# FIXME:
-#
-# The -fno-selective-scheduling and -fno-selective-scheduling2 options
-# should be removed as soon as a bug in GCC concerning unchecked
-# speculative loads is fixed.
-#
-# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53975 for reference.
-#
-
-GCC_CFLAGS += -fno-unwind-tables -fno-selective-scheduling -fno-selective-scheduling2
+GCC_CFLAGS += -fno-unwind-tables
 
 ENDIANESS = LE
