File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ cc_library_static {
129
129
vendor_available : true ,
130
130
host_supported : true ,
131
131
recovery_available : true ,
132
+ sdk_version : " 9" ,
132
133
133
134
defaults : [
134
135
" afl-defaults" ,
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ endif
400
400
set -e; if [ -f afl-clang-fast ] ; then ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang++ ; else ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang++; fi
401
401
402
402
mkdir -m 0755 -p ${DESTDIR}$(MAN_PATH)
403
- install -m0644 -D *.8 ${DESTDIR}$(MAN_PATH)
403
+ install -m0644 *.8 ${DESTDIR}$(MAN_PATH)
404
404
405
405
install -m 755 afl-as $${DESTDIR}$(HELPER_PATH)
406
406
ln -sf afl-as $${DESTDIR}$(HELPER_PATH)/as
You can’t perform that action at this time.
0 commit comments