Magellan Linux

Contents of /trunk/core/linux-libc-headers/linux-libc-headers-4.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27220 - (show annotations) (download)
Mon Dec 7 10:27:35 2015 UTC (8 years, 6 months ago) by niro
File size: 604 byte(s)
auto added: ver bump to 4.3.0-r1
1 # $Id$
2
3 PNAME="linux-libc-headers"
4 PVER="4.3.0"
5 PBUILD="r1"
6
7 # when upgrading linux headers, glibc must be rebuilded
8 # on system bootstrap you should rebuild the whole toolchain
9 # linux-libc-headers -> binutils -> gcc-full -> libc -> binutils -> gcc-full -> libc
10 #
11 # or one-way solution (not always safe, use this only for interim gcc releases)
12 # linux-libc-headers -> libc -> binutils -> gcc-full -> binutils -> libc
13 #
14 # each new gcc release needs a rebuild of libtool
15
16 # no need to waste time here
17 msetfeature "!strip"
18
19 KERNEL_TYPE="headers"
20 BRANCH="magellan"
21 TARBALLPVER="${PVER%.*}"
22 sminclude kernel