patches/linux/2.6.6/120-linux-2.6.8-noshared-kconfig.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 24 16:24:09 2008 +0000 (2008-06-24)
changeset 611 eac4dc8da8a9
permissions -rw-r--r--
New patches from Ioannis E. VENETIS to allow building more up-to-date Alpha x-compilers.
Some patches are still missing, though.
See: http://sourceware.org/ml/libc-help/2008-06/msg00061.html

/trunk/patches/glibc/2.5.1/270-glibc-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/glibc/2.5.1/280-glibc-alpha-sigsuspend.patch | 24 24 0 0 ++++++++++
/trunk/patches/glibc/2.5/270-glibc-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/glibc/2.5/280-glibc-alpha-sigsuspend.patch | 24 24 0 0 ++++++++++
/trunk/patches/glibc/linuxthreads-2.3.6/270-glibc-linuxthreads-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/gcc/4.2.0/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.1/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.3.0/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.2/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.3.1/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.3/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
11 files changed, 225 insertions(+)
     1 Lets you run 'make oldconfig' and 'make menuconfig' on systems
     2 where shared libraries aren't easy.  (There's no harm in using the
     3 static version of libkconfig.)
     4 Idea mentioned by Bertrand Marquis, but this patch is a bit simpler than his.
     5 
     6 
     7 --- linux-2.6.8.1/scripts/kconfig/Makefile.old	2004-09-09 20:30:25.000000000 -0700
     8 +++ linux-2.6.8.1/scripts/kconfig/Makefile	2004-09-09 20:47:51.000000000 -0700
     9 @@ -68,8 +68,8 @@
    10  libkconfig-objs := zconf.tab.o
    11  
    12  host-progs	:= conf mconf qconf gconf
    13 -conf-objs	:= conf.o  libkconfig.so
    14 -mconf-objs	:= mconf.o libkconfig.so
    15 +conf-objs	:= conf.o  $(libkconfig-objs)
    16 +mconf-objs	:= mconf.o $(libkconfig-objs)
    17  
    18  ifeq ($(MAKECMDGOALS),xconfig)
    19  	qconf-target := 1
    20 @@ -88,7 +88,7 @@
    21  gconf-objs	:= gconf.o kconfig_load.o
    22  endif
    23  
    24 -clean-files	:= libkconfig.so lkc_defs.h qconf.moc .tmp_qtcheck \
    25 +clean-files	:= $(libkconfig-objs) lkc_defs.h qconf.moc .tmp_qtcheck \
    26  		   .tmp_gtkcheck zconf.tab.c zconf.tab.h lex.zconf.c
    27  
    28  # generated files seem to need this to find local include files