Skip to content

Commit

Permalink
toolchain.eclass: add note re (intended) duplication of CFLAGS et. al
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 8, 2024
1 parent 9bcc97a commit ec68936
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,9 @@ toolchain_src_test() {

# nonfatal here as we die if the comparison below fails. Also, note that
# the exit code of targets other than 'check' may be unreliable.
#
# CFLAGS and so on are repeated here because of tests vs building test
# deps like libbacktrace.
nonfatal emake -C "${WORKDIR}"/build -k "${GCC_TESTS_CHECK_TARGET}" \
RUNTESTFLAGS=" \
${GCC_TESTS_RUNTESTFLAGS} \
Expand Down

0 comments on commit ec68936

Please sign in to comment.