From 2e8bf78a301f67872753ec25e73cd252cbbe91a8 Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Mon, 11 Sep 2006 18:13:40 +0000 Subject: [PATCH] FTK change. Makefile change for Solaris. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@845 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/Makefile | 1 + 1 file changed, 1 insertion(+) 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