about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/binutils/builder.sh
blob: 409cd4bba8c46dc2ea105878741fa4fe8c02608e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh -e

. $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