From d3c7687adbdc59841519ce8066e03dcb7ba0cbca Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 24 Feb 2017 15:57:31 +0100 Subject: end-quiz: Reverse the GCC question to account for different compilers Reverse the GCC question to avoid suggesting that the package builds only with GCC -- i.e. make it say it does not build with old gcc. This could naturally be used to check user's awareness of other compilers. --- recruiters/quizzes/end-quiz.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recruiters/quizzes/end-quiz.txt b/recruiters/quizzes/end-quiz.txt index 7e1c1aa..f51d7aa 100644 --- a/recruiters/quizzes/end-quiz.txt +++ b/recruiters/quizzes/end-quiz.txt @@ -171,7 +171,7 @@ docs: devmanual docs: devmanual -16. Your package only builds with newer gcc (e.g. >gcc-4.7). +16. Your package fails to build with older versions of GCC (e.g. GCC < 4.7). How do you ensure that the user uses an appropriate compiler to build the package? Under which circumstances should you avoid this check and how? -- cgit v1.2.3-65-gdbad