Subversion Repositories Kolibri OS

Rev

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

Rev 6520 Rev 6521
Line 13... Line 13...
13
enable_vtable_verify = no
13
enable_vtable_verify = no
14
enable_decimal_float = bid
14
enable_decimal_float = bid
15
fixed_point = no
15
fixed_point = no
16
 
16
 
Line 17... Line -...
17
 
-
 
-
 
17
# List of extra object files that should be compiled for this target machine.
18
#FPBIT = true
18
# The rules for compiling them should be in the t-* file for the machine.
19
 
-
 
20
#DPBIT = true
19
EXTRA_PARTS = crtbegin.o crtend.o crtfastmath.o
Line 21... Line 20...
21
 
20
 
22
CFLAGS_OPT+= -fomit-frame-pointer -fno-ident -mno-ms-bitfields
21
CFLAGS_OPT+= -fomit-frame-pointer -fno-ident -mno-ms-bitfields
Line 23... Line 22...
23
CFLAGS_OPT+= -fbuilding-libgcc -fno-stack-protector
22
CFLAGS_OPT+= -fbuilding-libgcc -fno-stack-protector
Line 62... Line 61...
62
	_lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf \
61
	_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
62
	_tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf
64
 
63
 
Line 65... Line 64...
65
# Additional sources to handle exceptions; overridden by targets as needed.
64
# 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
65
LIB2ADDEH = unwind-dw2.c unwind-dw2-fde.c unwind-sjlj.c unwind-c.c
67
LIB2ADDEHSTATIC = $(LIB2ADDEH)
66
LIB2ADDEHSTATIC = $(LIB2ADDEH)
Line 68... Line 67...
68
 
67
 
69
LIB2ADD = config/i386/gthr-kos32.c
68
LIB2ADD = config/i386/gthr-kos32.c
70
EH_MODEL = dw2
69
EH_MODEL = dw2
Line 441... Line 440...
441
$(error Unsupported files in LIB2ADD or LIB2ADD_ST.)
440
$(error Unsupported files in LIB2ADD or LIB2ADD_ST.)
442
endif
441
endif
443
 
442
 
Line 444... Line 443...
444
libgcc-objects += $(addsuffix $(objext),$(basename $(notdir $(LIB2ADD))))
443
libgcc-objects += $(addsuffix $(objext),$(basename $(notdir $(LIB2ADD))))
445
#libgcc-objects += $(addsuffix $(objext),$(basename $(notdir $(LIB2ADD_ST))))
444
libgcc-objects += $(addsuffix $(objext),$(basename $(notdir $(LIB2ADD_ST))))
Line 446... Line 445...
446
 
445
 
447
c_flags :=
446
c_flags :=
448
iter-items := $(LIB2ADD) $(LIB2ADD_ST)
447
iter-items := $(LIB2ADD) $(LIB2ADD_ST)