* bin/postinst.sh
* make_gnu.sh
+ config/linux/sunpro64.cf
* config/linux/sunpro.cf
* config/sunos/sunpro64.cf
* config/sunos/sunpro.cf
; Applyied patch by Tamas Tevesz.
! Fixes for Sun Pro so generation.
+ Added sunpro64.cf for linux.
+ Added HB_ISAOPT variable to hold ISA selection switches.
+ Added $(HB_CCPATH)$(HB_CCPREFIX) to sunos/sunpro.cf to CC/LD.
! Typo in make_gcc.sh (== -> =)
8 lines
74 B
CFEngine3
8 lines
74 B
CFEngine3
#
|
|
# $Id$
|
|
#
|
|
|
|
HB_ISAOPT = -m64
|
|
|
|
include $(TOP)$(ROOT)config/linux/sunpro.cf
|