This commit is contained in:
vanhauser-thc
2024-04-19 15:45:00 +02:00
parent 96bf0f8323
commit 476aca5b67
34 changed files with 43 additions and 43 deletions

View File

@ -2490,10 +2490,10 @@ void add_assembler(aflcc_state_t *aflcc) {
u8 *slash = strrchr(afl_as, '/');
if (slash) *slash = 0;
// Search for 'as' may be unreliable in some cases (see #2058)
// so use 'afl-as' instead, because 'as' is usually a symbolic link,
// or can be a renamed copy of 'afl-as' created in the same dir.
// Now we should verify if the compiler can find the 'as' we need.
// Search for 'as' may be unreliable in some cases (see #2058)
// so use 'afl-as' instead, because 'as' is usually a symbolic link,
// or can be a renamed copy of 'afl-as' created in the same dir.
// Now we should verify if the compiler can find the 'as' we need.
#define AFL_AS_ERR "(should be a symlink or copy of 'afl-as')"