Line 160... |
Line 160... |
default_value { CYGBLD_GLOBAL_WARNFLAGS .
|
default_value { CYGBLD_GLOBAL_WARNFLAGS .
|
"-g -O2 -fno-omit-frame-pointer -fno-rtti -fno-exceptions " .
|
"-g -O2 -fno-omit-frame-pointer -fno-rtti -fno-exceptions " .
|
(CYGHWR_MUL_IMPLEMENTED ? "-mhard-mul " : "-msoft-mul ") .
|
(CYGHWR_MUL_IMPLEMENTED ? "-mhard-mul " : "-msoft-mul ") .
|
(CYGHWR_DIV_IMPLEMENTED ? "-mhard-div " : "-msoft-div ") .
|
(CYGHWR_DIV_IMPLEMENTED ? "-mhard-div " : "-msoft-div ") .
|
(CYGHWR_FPU_IMPLEMENTED ? "-mhard-float " : "-msoft-float ") .
|
(CYGHWR_FPU_IMPLEMENTED ? "-mhard-float " : "-msoft-float ") .
|
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-branch-delay " ) }
|
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-delay " ) }
|
description "
|
description "
|
This option controls the global compiler flags which
|
This option controls the global compiler flags which
|
are used to compile all packages by
|
are used to compile all packages by
|
default. Individual packages may define
|
default. Individual packages may define
|
options which override these global flags."
|
options which override these global flags."
|
Line 176... |
Line 176... |
no_define
|
no_define
|
default_value { "-g -O2 -nostdlib -Wl,--gc-sections -Wl,-static " .
|
default_value { "-g -O2 -nostdlib -Wl,--gc-sections -Wl,-static " .
|
(CYGHWR_MUL_IMPLEMENTED ? "-mhard-mul " : "-msoft-mul ") .
|
(CYGHWR_MUL_IMPLEMENTED ? "-mhard-mul " : "-msoft-mul ") .
|
(CYGHWR_DIV_IMPLEMENTED ? "-mhard-div " : "-msoft-div ") .
|
(CYGHWR_DIV_IMPLEMENTED ? "-mhard-div " : "-msoft-div ") .
|
(CYGHWR_FPU_IMPLEMENTED ? "-mhard-float " : "-msoft-float ") .
|
(CYGHWR_FPU_IMPLEMENTED ? "-mhard-float " : "-msoft-float ") .
|
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-branch-delay " ) }
|
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-delay " ) }
|
description "
|
description "
|
This option controls the global linker flags. Individual
|
This option controls the global linker flags. Individual
|
packages may define options which override these global flags."
|
packages may define options which override these global flags."
|
}
|
}
|
}
|
}
|