Subversion Repositories Kolibri OS

Rev

Rev 6519 | Rev 6521 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6519 Rev 6520
Line 62... Line 62...
62
	_lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf \
62
	_lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf \
63
	_tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf
63
	_tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf
64
 
64
 
Line 65... Line 65...
65
# Additional sources to handle exceptions; overridden by targets as needed.
65
# Additional sources to handle exceptions; overridden by targets as needed.
66
LIB2ADDEH = unwind-dw2.c unwind-dw2-fde.c unwind-sjlj.c unwind-c.c
66
#LIB2ADDEH = unwind-dw2.c unwind-dw2-fde.c unwind-sjlj.c unwind-c.c
67
LIB2ADDEHSTATIC = $(LIB2ADDEH)
67
LIB2ADDEHSTATIC = $(LIB2ADDEH)
Line 68... Line 68...
68
 
68
 
69
#LIB2ADD = $(srcdir)/config/i386/gthr-win32.c
69
LIB2ADD = config/i386/gthr-kos32.c
70
EH_MODEL = dw2
70
EH_MODEL = dw2
Line 71... Line 71...
71
CUSTOM_CRTSTUFF = yes
71
CUSTOM_CRTSTUFF = yes
Line 449... Line 449...
449
include $(iterator)
449
include $(iterator)
450
 
450
 
Line 451... Line 451...
451
c_flags := -fexceptions
451
c_flags := -fexceptions
Line 452... Line 452...
452
 
452
 
Line 453... Line 453...
453
#libgcc-objects += $(addsuffix $(objext),$(basename $(notdir $(LIB2ADDEH))))
453
libgcc-objects += $(addsuffix $(objext),$(basename $(notdir $(LIB2ADDEH))))
454
 
454