diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,8 +4,6 @@ build: install: mkdir -p dest/usr/bin - cp src/c89/c89.sh dest/usr/bin/c89 - cp src/c99/c99.sh dest/usr/bin/c99 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++"; \ |