Skip to content

Commit

Permalink
Add -fno-stack-protector to weak-vars.c
Browse files Browse the repository at this point in the history
This fixes linking this test with ld.bfd on Arch Linux.

CC #230
  • Loading branch information
mati865 authored and davidlattimore committed Jan 6, 2025
1 parent 1ad056e commit 8561f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wild/tests/sources/weak-vars.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//#AbstractConfig:default
//#Object:weak-vars1.c
//#Object:exit.c
//#CompArgs:-ffreestanding -fno-builtin
//#CompArgs:-ffreestanding -fno-builtin -fno-stack-protector

#include "exit.h"

Expand Down

0 comments on commit 8561f9f

Please sign in to comment.