about summary refs log tree commit diff
path: root/sysdeps/posix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/Makefile')
-rw-r--r--sysdeps/posix/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/posix/Makefile b/sysdeps/posix/Makefile
index 358114a921..7806e4e86f 100644
--- a/sysdeps/posix/Makefile
+++ b/sysdeps/posix/Makefile
@@ -19,17 +19,9 @@
 ifneq (yes,$(inhibit-stdio_lim))
 # Disable these rules if we generate stdio_lim.h by other means.
 
-ifeq (yes,$(cross-compiling))
-$(common-objpfx)bits/stdio_lim.h:
-	@echo
-	@echo "You must build <bits/stdio_lim.h> by hand.  Stop."
-	@echo
-	@exit 1
-else
 $(common-objpfx)bits/stdio_lim.h: $(common-objpfx)mk-stdiolim
 	$(dir $<)$(notdir $<) > $@-t
 	mv $@-t $@
-endif
 
 # Turn into a version that works when cd'd into $(objdir).
 mk-stdiolim-CFLAGS = $(patsubst -I$(shell pwd)//%,-I/%,\