|
[PATCH] ioemu-x86-64-makefile.patch: msg#00449emulators.xen.cvs
ChangeSet 1.1392, 2005/03/30 08:57:09+01:00, arun.sharma@xxxxxxxxx [PATCH] ioemu-x86-64-makefile.patch Fix makefiles on x86-64. Signed-off-by: Jerone Young <jyoung5@xxxxxxxxxx> Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx> Rules.mk | 2 ++ 1 files changed, 2 insertions(+) diff -Nru a/tools/Rules.mk b/tools/Rules.mk --- a/tools/Rules.mk 2005-03-30 03:03:01 -05:00 +++ b/tools/Rules.mk 2005-03-30 03:03:01 -05:00 @@ -9,11 +9,13 @@ ifeq ($(XEN_TARGET_ARCH),x86_32) CFLAGS += -m32 -march=i686 LDFLAGS += -m elf_i386 +X11_LDPATH = -L/usr/X11R6/lib endif ifeq ($(XEN_TARGET_ARCH),x86_64) CFLAGS += -m64 LDFLAGS += -m elf_x86_64 +X11_LDPATH = -L/usr/X11R6/lib64 endif %.opic: %.c |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Various bug fixes (thanks to Harry Butterworth for spotting these), including: 00449, BitKeeper Bot |
|---|---|
| Next by Date: | [PATCH] ioemu-x86-64-fixes.patch: 00449, BitKeeper Bot |
| Previous by Thread: | Various bug fixes (thanks to Harry Butterworth for spotting these), includingi: 00449, BitKeeper Bot |
| Next by Thread: | [PATCH] ioemu-x86-64-fixes.patch: 00449, BitKeeper Bot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |