[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/5] stubdom: remove ia64 from stubdom
Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> --- stubdom/Makefile | 3 --- stubdom/newlib.patch | 22 ---------------------- 2 files changed, 25 deletions(-) diff --git a/stubdom/Makefile b/stubdom/Makefile index 19f2228..b1822b7 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -23,9 +23,6 @@ TARGET_CFLAGS=-mno-red-zone NEWLIB_CFLAGS+=-D_I386MACH_ALLOW_HW_INTERRUPTS STUBDOM_SUPPORTED=1 endif -ifeq ($(GNU_TARGET_ARCH), ia64) -TARGET_CFLAGS=-mconstant-gp -endif CROSS_ROOT=cross-root-$(GNU_TARGET_ARCH) CROSS_PREFIX=$(CURDIR)/$(CROSS_ROOT) diff --git a/stubdom/newlib.patch b/stubdom/newlib.patch index 733dc13..ee9b6f2 100644 --- a/stubdom/newlib.patch +++ b/stubdom/newlib.patch @@ -81,28 +81,6 @@ diff -u -p -r1.10 stdint.h Define the basic ia64 jump buffer -Index: newlib/libc/include/machine/setjmp.h -=================================================================== -RCS file: /cvs/src/src/newlib/libc/include/machine/setjmp.h,v -retrieving revision 1.34 -diff -u -p -r1.34 setjmp.h ---- newlib/libc/include/machine/setjmp.h 7 Nov 2007 21:42:24 -0000 1.34 -+++ newlib/libc/include/machine/setjmp.h 11 Jan 2008 18:10:43 -0000 -@@ -72,6 +72,11 @@ _BEGIN_STD_C - #define _JBLEN 8 - #endif - -+#ifdef __ia64__ -+#define _JBTYPE long -+#define _JBLEN 70 -+#endif -+ - #ifdef __i960__ - #define _JBLEN 35 - #endif - -In mini-os we use a dynamic reentrency buffer. - Index: newlib/libc/include/sys/config.h =================================================================== RCS file: /cvs/src/src/newlib/libc/include/sys/config.h,v _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |