This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> writes: > Esben, All, > > On Sunday 27 March 2011 19:38:40 Esben Haabendal wrote: >> Is CT_LIBC_GLIBC_MIN_KERNEL being replaced with >> CT_LIBC_GLIBC_MIN_KERNEL_VERSION? > > Nope, not as far as I know... :-) > > CT_LIBC_GLIBC_MIN_KERNEL_VERSION is the value the user enters in the > menuconfig, CT_LIBC_GLIBC_MIN_KERNEL is the value that scripts shall > test. > > CT_LIBC_GLIBC_MIN_KERNEL gets its value either from the configured > kernel version in the kernel section, or from the user supplied version. Ah, makes sense :-) So I should just make sure to set CT_LIBC_GLIBC_MIN_KERNEL_VERSION in .config. > >> This is status right now: > [--SNIP--] >> scripts/build/libc/eglibc.sh:2232: extra_config+=("--enable-kernel=$(echo ${CT_LIBC_GLIBC_MIN_KERNEL} |sed -r -e 's/^([^.]+\.[^.]+\.[^.]+)(|\.[^.]+)$/\1/;')") >> scripts/build/libc_eglibc.sh:810: extra_config="--enable-kernel=$(echo ${CT_LIBC_GLIBC_MIN_KERNEL} |sed -r -e 's/^([^.]+\.[^.]+\.[^.]+)(|\.[^.]+)$/\1/;')" >> scripts/build/libc/glibc-eglibc.sh-common:2353: min_kernel_config="$( echo "${CT_LIBC_GLIBC_MIN_KERNEL_VERSION}" \ >> scripts/build/libc/glibc.sh:2272: min_kernel_config="--enable-kernel=$(echo ${CT_LIBC_GLIBC_MIN_KERNEL_VERSION} |sed -r -e 's/^([^.]+\.[^.]+\.[^.]+)(|\.[^.]+)$/\1/;')" >> scripts/build/libc_glibc.sh:810: extra_config="--enable-kernel=$(echo ${CT_LIBC_GLIBC_MIN_KERNEL} |sed -r -e 's/^([^.]+\.[^.]+\.[^.]+)(|\.[^.]+)$/\1/;')" >> scripts/build/libc_glibc.sh:810: *) extra_config="${extra_config} --enable-kernel=$(echo ${CT_LIBC_GLIBC_MIN_KERNEL} |sed -r -e 's/^([^.]+\.[^.]+\.[^.]+)(|\.[^.]+)$/\1/;')" >> >> Doesn't look right... > > What version is that? changeset: 2359:4823c9504de0 tag: tip user: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> date: Thu Mar 24 21:04:58 2011 +0100 summary: kernel/linux: update version Or perhaps I am just a misguided git user that does not grok hg at all... /Esben -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |