config/kernel.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Sep 23 14:48:10 2008 +0000 (2008-09-23)
changeset 872 fd4bf138f08f
parent 854 f347a40db591
child 883 927b30e32709
permissions -rw-r--r--
Bart De VOS pointed out that removing absolute paths from the libc linker scripts is plainly wrong.
It dates from dawn ages of the original crosstool code, and is not well explained. At that time, binutils might not understand the sysroot stuff, and it was necessary to remove absolute paths in that case.

/trunk/scripts/build/libc/glibc.sh | 14 2 12 0 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
yann@1
     1
# Kernel options
yann@1
     2
yann@861
     3
menu "Operating System"
yann@861
     4
yann@847
     5
config KERNEL
yann@847
     6
    string
yann@847
     7
yann@861
     8
config KERNEL_VERSION
yann@861
     9
    string
yann@850
    10
yann@1
    11
choice
yann@1
    12
    bool
yann@34
    13
    prompt "Target OS"
yann@1
    14
yann@861
    15
source config.gen/kernel.in
yann@854
    16
yann@1
    17
endchoice
yann@1
    18
yann@1
    19
endmenu