FTK change. Makefile change for Solaris.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@845 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-09-11 18:13:40 +00:00
parent 8eed0f9486
commit 2e8bf78a30

View File

@@ -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