diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ build: install: mkdir -p dest/usr/bin + ln -sf cpp-4.7 dest/usr/bin/cpp set -e; for target in $$(cat ../targets); do \ ln -sf "$${target}-gcc-4.7" "dest/usr/bin/$${target}-gcc"; \ ln -sf "$${target}-g++-4.7" "dest/usr/bin/$${target}-g++"; \ |