WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] imported patch my-config

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 07c608857972d261a6e3bc5b5df7359749859aca
# Parent  69dc687f0364bb65a7855889a92f41e99befa0a6
imported patch my-config

diff -r 69dc687f0364 -r 07c608857972 tools/console/Makefile
--- a/tools/console/Makefile    Wed Nov 23 19:19:23 2005
+++ b/tools/console/Makefile    Wed Nov 23 19:19:23 2005
@@ -9,7 +9,7 @@
 INSTALL_PROG    = $(INSTALL) -m0755
 INSTALL_DIR     = $(INSTALL) -d -m0755
 
-CFLAGS  += -Wall -Werror -g3
+CFLAGS  += -Wall -Werror -ggdb3 -O0
 
 CFLAGS  += -I $(XEN_LIBXC)
 CFLAGS  += -I $(XEN_XENSTORE)
diff -r 69dc687f0364 -r 07c608857972 tools/examples/xend-config.sxp
--- a/tools/examples/xend-config.sxp    Wed Nov 23 19:19:23 2005
+++ b/tools/examples/xend-config.sxp    Wed Nov 23 19:19:23 2005
@@ -34,7 +34,7 @@
 # Specifying 'localhost' prevents remote connections.
 # Specifying the empty string '' (the default) allows all connections.
 #(xend-address '')
-(xend-address localhost)
+#(xend-address localhost)
 
 # Address xend should listen on for relocation-socket connections, if
 # xend-relocation-server is set.
diff -r 69dc687f0364 -r 07c608857972 tools/libxc/Makefile
--- a/tools/libxc/Makefile      Wed Nov 23 19:19:23 2005
+++ b/tools/libxc/Makefile      Wed Nov 23 19:19:23 2005
@@ -52,7 +52,7 @@
 
 # Define this to make it possible to run valgrind on code linked with these
 # libraries.
-#CFLAGS   += -DVALGRIND -O0 -ggdb3
+CFLAGS   += -DVALGRIND # -O0 -ggdb3
 
 # Get gcc to generate the dependencies for us.
 CFLAGS   += -Wp,-MD,.$(@F).d
diff -r 69dc687f0364 -r 07c608857972 tools/python/setup.py
--- a/tools/python/setup.py     Wed Nov 23 19:19:23 2005
+++ b/tools/python/setup.py     Wed Nov 23 19:19:23 2005
@@ -4,7 +4,7 @@
 
 XEN_ROOT = "../.."
 
-extra_compile_args  = [ "-fno-strict-aliasing", "-Wall", "-Werror" ]
+extra_compile_args  = [ "-fno-strict-aliasing", "-Wall", "-Werror", "-ggdb3", 
"-O0" ]
 
 
 include_dirs = [ XEN_ROOT + "/tools/libxc",
diff -r 69dc687f0364 -r 07c608857972 tools/xenstore/Makefile
--- a/tools/xenstore/Makefile   Wed Nov 23 19:19:23 2005
+++ b/tools/xenstore/Makefile   Wed Nov 23 19:19:23 2005
@@ -12,7 +12,7 @@
 # Make gcc generate dependencies.
 BASECFLAGS += -Wp,-MD,.$(@F).d
 PROG_DEP = .*.d
-BASECFLAGS+= -O3 $(PROFILE)
+BASECFLAGS+= -O0 -ggdb3 $(PROFILE)
 #BASECFLAGS+= -I$(XEN_ROOT)/tools
 BASECFLAGS+= -I$(XEN_ROOT)/tools/libxc
 BASECFLAGS+= -I.
diff -r 69dc687f0364 -r 07c608857972 tools/xentrace/Makefile
--- a/tools/xentrace/Makefile   Wed Nov 23 19:19:23 2005
+++ b/tools/xentrace/Makefile   Wed Nov 23 19:19:23 2005
@@ -14,7 +14,7 @@
 HDRS     = $(wildcard *.h)
 OBJS     = $(patsubst %.c,%.o,$(wildcard *.c))
 
-BIN      = xentrace tbctl setsize
+BIN      = xentrace tbctl setsize xenctx
 SCRIPTS  = xentrace_format
 MAN1     = $(wildcard *.1)
 MAN8     = $(wildcard *.8)
diff -r 69dc687f0364 -r 07c608857972 xen/Rules.mk
--- a/xen/Rules.mk      Wed Nov 23 19:19:23 2005
+++ b/xen/Rules.mk      Wed Nov 23 19:19:23 2005
@@ -2,8 +2,8 @@
 # If you change any of these configuration options then you must
 # 'make clean' before rebuilding.
 #
-verbose     ?= n
-debug       ?= n
+verbose     ?= y
+debug       ?= y
 perfc       ?= n
 perfc_arrays?= n
 domu_debug  ?= n

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] imported patch my-config, Xen patchbot -unstable <=