|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix ioemu makefile to not use 'uname -i'.
ChangeSet 1.1413, 2005/05/02 11:17:29+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx
Fix ioemu makefile to not use 'uname -i'.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
Makefile | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
diff -Nru a/tools/ioemu/iodev/Makefile b/tools/ioemu/iodev/Makefile
--- a/tools/ioemu/iodev/Makefile 2005-05-02 07:02:41 -04:00
+++ b/tools/ioemu/iodev/Makefile 2005-05-02 07:02:41 -04:00
@@ -4,8 +4,7 @@
TOPDIR= ..
CXXFLAGS=-I. -I../include -I..
-ARCH=$(shell uname -i)
-ifeq ($(ARCH), i386)
+ifeq ($(XEN_TARGET_ARCH), x86_32)
CXXFLAGS+=-D_FILE_OFFSET_BITS=64
endif
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix ioemu makefile to not use 'uname -i'.,
BitKeeper Bot <=
|
|
|
|
|