Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ environment:
# position independent code in case static and dynamic libraries are mixed.
CFLAGS: "-Os -pipe -fPIC"
CXXFLAGS: "-Os -pipe -fPIC"
LDFLAGS: "-Wl,-O1 -Wl,--hash-style=gnu"
LDFLAGS: "-Wl,-O1"

archive:
backend: http
Expand Down
1 change: 1 addition & 0 deletions recipes/devel/host-compat-toolchain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ provideVars:
# target-toolchain. ARCH is unchaged, though.
AUTOCONF_BUILD: "$AUTOCONF_TARGET"
AUTOCONF_HOST: "$AUTOCONF_TARGET"
LDFLAGS: "$LDFLAGS -Wl,--hash-style=gnu"