Subversion Repositories DevTools

Rev

Rev 313 | Rev 335 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 313 Rev 315
Line 69... Line 69...
69
endif
69
endif
70
ifdef COMPILE32
70
ifdef COMPILE32
71
common_flags         += -xtarget=generic
71
common_flags         += -xtarget=generic
72
endif
72
endif
73
ifdef COMPILE64
73
ifdef COMPILE64
74
common_flags         += -m64
74
common_flags         += -m64 -KPIC
75
  ifndef ISA_SPARC
75
  ifndef ISA_SPARC
76
  common_flags       += -xmodel=medium
76
  common_flags       += -xmodel=medium
77
  endif
77
  endif
78
endif
78
endif
79
 
79