projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2f25a
)
* posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
author
Roland McGrath
<roland@gnu.org>
Tue, 11 Sep 2007 23:57:30 +0000
(23:57 +0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 11 Sep 2007 23:57:30 +0000
(23:57 +0000)
compiling.
ChangeLog
patch
|
blob
|
history
posix/Makefile
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
6117f1a
..
c0b4fb5
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2007-09-11 Roland McGrath <roland@redhat.com>
+
+ * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
+ compiling.
+
2007-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
diff --git
a/posix/Makefile
b/posix/Makefile
index
187d9a0
..
0025408
100644
(file)
--- 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 $@