diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile b/support/Makefile index b5fcb6ed86..0ed00212cb 100644 --- a/support/Makefile +++ b/support/Makefile @@ -165,7 +165,7 @@ ifeq (,$(CXX)) LINKS_DSO_PROGRAM = links-dso-program-c else LINKS_DSO_PROGRAM = links-dso-program -LDLIBS-links-dso-program = -lstdc++ -lgcc_s +LDLIBS-links-dso-program = -lstdc++ -lgcc -lgcc_s $(libunwind) endif others: \ |