summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-09-11 23:57:30 +0000
committerRoland McGrath <roland@gnu.org>2007-09-11 23:57:30 +0000
commitaf385590b238a23e259585daf57b1eb988388f06 (patch)
treebb53693050f59b65b6c6122e313ab471a649c772 /posix
parentaf2f25a163e3c67f437a68db22d6868042cb33cc (diff)
* posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
compiling.
Diffstat (limited to 'posix')
-rw-r--r--posix/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 187d9a046f..0025408ba4 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -301,6 +301,10 @@ $(inst_libexecdir)/getconf: $(inst_bindir)/getconf \
done < $(objpfx)getconf.speclist
$(objpfx)getconf.speclist: $(objpfx)getconf
+ifeq (no,$(cross-compiling))
LC_ALL=C GETCONF_DIR=/dev/null \
$(run-program-prefix) $< _POSIX_V6_WIDTH_RESTRICTED_ENVS > $@.new
+else
+ > $@.new
+endif
mv -f $@.new $@