Skip to content
Snippets Groups Projects
Commit 937c6793 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Add glibc dependency to elfutils

parent b416f30d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ configure: |
CFLAGS="(@= data.values.use_old_glibc_cflags @) -Wno-error" \
LDFLAGS="(@= data.values.use_old_glibc_lflags @) (@= data.values.modern_linker_flags @) -Wl,-rpath,$RPATH_PLACEHOLDER/lib"
build_system: make
build_dependencies:
- glibc
dependencies:
- toolchain/host/gcc
- zlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment