|
@@ -49,7 +49,7 @@ test-hello.bin:
|
|
$(BUILD)
|
|
$(BUILD)
|
|
|
|
|
|
test-pthread-attr-setaffinity-np.bin:
|
|
test-pthread-attr-setaffinity-np.bin:
|
|
- $(BUILD) -Werror -lpthread
|
|
|
|
|
|
+ $(BUILD) -D_GNU_SOURCE -Werror -lpthread
|
|
|
|
|
|
test-stackprotector-all.bin:
|
|
test-stackprotector-all.bin:
|
|
$(BUILD) -Werror -fstack-protector-all
|
|
$(BUILD) -Werror -fstack-protector-all
|