summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-aj
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-05-03 11:18:47 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-05-03 11:18:47 +0000
commitdca48935195271b7369a49a61cc0b865d7e8c27b (patch)
treea1a5744c307de6c582fcd9379694f6d4dba52f3d /emulators/qemu/patches/patch-aj
parent6442e50cdb9820832e16b924b73e848f1036589a (diff)
downloadpkgsrc-dca48935195271b7369a49a61cc0b865d7e8c27b.tar.gz
Update to 0.7.0.
Changes: - better BIOS translation and HDD geometry auto-detection - user mode networking bug fix - undocumented FPU ops support - Cirrus VGA: support for 1280x1024x[8,15,16] modes - 'pidfile' option - .dmg disk image format support (Johannes Schindelin) - keymaps support (initial patch by Johannes Schindelin) - big endian ARM support (Lennert Buytenhek) - added generic 64 bit target support - x86_64 target support - initial APIC support - MMX/SSE/SSE2/PNI support - PC parallel port support (Mark Jonckheere) - initial SPARC64 support (Blue Swirl) - SPARC target boots Linux (Blue Swirl) - armv5te user mode support (Paul Brook) - ARM VFP support (Paul Brook) - ARM "Angel" semihosting syscalls (Paul Brook) - user mode gdb stub support (Paul Brook) - Samba 3 support - initial Cocoa support (Pierre d'Herbemont) - generic FPU emulation code - Virtual PC read-only disk image support (Alex Beregszaszi) pkgsrc changes: Applied Hubert Feyrer workaround for the x86_64 target (patch-aw).
Diffstat (limited to 'emulators/qemu/patches/patch-aj')
-rw-r--r--emulators/qemu/patches/patch-aj23
1 files changed, 7 insertions, 16 deletions
diff --git a/emulators/qemu/patches/patch-aj b/emulators/qemu/patches/patch-aj
index d972ebf598e..8c0bf81decc 100644
--- a/emulators/qemu/patches/patch-aj
+++ b/emulators/qemu/patches/patch-aj
@@ -1,29 +1,20 @@
-$NetBSD: patch-aj,v 1.2 2004/12/14 01:02:19 dbj Exp $
+$NetBSD: patch-aj,v 1.3 2005/05/03 11:18:47 xtraeme Exp $
---- Makefile.target.orig Sun Nov 14 15:51:33 2004
-+++ Makefile.target
-@@ -7,8 +7,8 @@ ifdef CONFIG_USER_ONLY
+--- Makefile.target.orig 2005-04-28 22:40:38.000000000 +0200
++++ Makefile.target 2005-04-28 22:41:20.000000000 +0200
+@@ -14,9 +14,9 @@
VPATH+=:$(SRC_PATH)/linux-user
DEFINES+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ARCH)
endif
-CFLAGS=-Wall -O2 -g -fno-strict-aliasing
--LDFLAGS=-g
+#CFLAGS=-Wall -O2 -g -fno-strict-aliasing
+ #CFLAGS+=-Werror
+-LDFLAGS=-g
+#LDFLAGS=-g
LIBS=
HELPER_CFLAGS=$(CFLAGS)
DYNGEN=../dyngen$(EXESUF)
-@@ -181,6 +181,9 @@ endif
-
- DEFINES+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
- LIBS+=-lm
-+ifdef CONFIG_DARWIN
-+LIBS+=-lmx
-+endif
- ifndef CONFIG_USER_ONLY
- LIBS+=-lz
- endif
-@@ -397,7 +400,7 @@ clean:
+@@ -463,7 +463,7 @@
install: all
ifneq ($(PROGS),)