6b66d16116
gcc-wrapper). Useful for builds that call ld directly. svn path=/nixpkgs/trunk/; revision=363
11 lines
171 B
Bash
Executable file
11 lines
171 B
Bash
Executable file
#! /bin/sh
|
|
|
|
export PATH=/usr/local/bin:/usr/bin:/bin
|
|
|
|
mkdir $out || exit 1
|
|
|
|
sed \
|
|
-e s^@GLIBC\@^$glibc^g \
|
|
-e s^@BASEENV\@^$baseenv^g \
|
|
< $setup > $out/setup || exit 1
|