summary refs log tree commit diff
path: root/pkgs/development/tools/misc/binutils/builder.sh
blob: 788effe9b240e61fbb559dae0c42de4ebd6db818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source $stdenv/setup

patchConfigure() {
    # Clear the default library search path.
    if test "$noSysDirs" = "1"; then
        echo 'NATIVE_LIB_DIRS=' >> ld/configure.tgt
    fi
}

preConfigure=patchConfigure

genericBuild