summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-aj
diff options
context:
space:
mode:
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),)