We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7c158 commit 7093fe7Copy full SHA for 7093fe7
1 file changed
projects/gnu.org/glibc/package.yml
@@ -79,9 +79,11 @@ test:
79
# Putting ourselves in the LD_LIBRARY_PATH breaks literally everything else...
80
- export LD_LIBRARY_PATH="$(echo LD_LIBRARY_PATH | tr ':' '\n' | grep -v {{prefix}} | tr '\n' ':')"
81
82
- - gcc -o test1 test.c -pthread -fPIC -pie
+ - gcc -o test1 test.c -pthread $CFLAGS
83
- ./test1
84
85
+ - find {{deps.gnu.org/gcc.prefix}} -name stdatomic.h
86
+
87
- |
88
gcc \
89
-nostdinc \
@@ -97,9 +99,7 @@ test:
97
99
{{prefix}}/lib/crt1.o \
98
100
{{prefix}}/lib/crtn.o \
101
test.c \
- -pthread \
- -fPIC \
102
- -pie
+ -pthread
103
- objdump -p test2
104
- ./test2
105
0 commit comments