diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-18 13:39:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-18 13:39:05 (EDT) |
commit | 69e1ed308b3707ecae387ab3cc8c4df1e968b76f (patch) | |
tree | d0016c09af32419135717398cea4ea5ccf073ed9 /build | |
parent | 0b69a4a8f93a977c5cfab2d9ff71913c7afb0212 (diff) |
Delete c89 and c99 scripts.
These should be generated by postinst for native compilers (if host arch ==
target arch).
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++"; \ |