]> git.pld-linux.org Git - packages/xen.git/blob - xen-gmp-abi.patch
BR: gcc-multilib-32
[packages/xen.git] / xen-gmp-abi.patch
1 diff -ur xen-4.4.1.orig/stubdom/Makefile xen-4.4.1/stubdom/Makefile
2 --- xen-4.4.1.orig/stubdom/Makefile     2014-09-02 06:20:19.000000000 +0000
3 +++ xen-4.4.1/stubdom/Makefile  2014-10-13 06:57:49.075000000 +0000
4 @@ -165,7 +165,7 @@
5         rm $@ -rf || :
6         mv gmp-$(GMP_VERSION) $@
7         #patch -d $@ -p0 < gmp.patch
8 -       cd $@; CPPFLAGS="-isystem $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/include $(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" CC=$(CC) $(GMPEXT) ./configure --disable-shared --enable-static --disable-fft --without-readline --prefix=$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf
9 +       cd $@; CPPFLAGS="-isystem $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/include $(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" CC=$(CC) $(GMPEXT) ./configure --disable-shared --enable-static --disable-fft --without-readline --prefix=$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf --build=$(GNU_TARGET_ARCH)
10         sed -i 's/#define HAVE_OBSTACK_VPRINTF 1/\/\/#define HAVE_OBSTACK_VPRINTF 1/' $@/config.h
11         touch $@
12  
This page took 0.06464 seconds and 3 git commands to generate.