aboutsummaryrefslogtreecommitdiff
path: root/core/carbs-init/build
blob: 4fa04cb5e71d5c270aeee9bea02de102bb5d019b (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

patch -p1 < respawn-fix.patch

[ "$CPT_CROSS_TRIPLET" ] && CC=$CPT_CROSS_TRIPLET-cc

make CC="${CC:-cc}" DESTDIR="$1" install