diff --git a/ftk/Makefile b/ftk/Makefile index 49ba6e7..3312333 100644 --- a/ftk/Makefile +++ b/ftk/Makefile @@ -1048,6 +1048,7 @@ ifdef unix_target ifeq ($(usenativecc),yes) ifeq ($(target_word_size),64) link_flags += -xarch=generic64 + shared_link_flags += -xarch=generic64 else link_flags += -xarch=v8plus endif