URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk
- from Rev 850 to Rev 851
- ↔ Reverse comparison
Rev 850 → Rev 851
/rtos/ecos-3.0/packages/hal/openrisc/orpsoc/current/cdl/hal_openrisc_orpsoc.cdl
162,7 → 162,7
(CYGHWR_MUL_IMPLEMENTED ? "-mhard-mul " : "-msoft-mul ") . |
(CYGHWR_DIV_IMPLEMENTED ? "-mhard-div " : "-msoft-div ") . |
(CYGHWR_FPU_IMPLEMENTED ? "-mhard-float " : "-msoft-float ") . |
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-branch-delay " ) } |
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-delay " ) } |
description " |
This option controls the global compiler flags which |
are used to compile all packages by |
178,7 → 178,7
(CYGHWR_MUL_IMPLEMENTED ? "-mhard-mul " : "-msoft-mul ") . |
(CYGHWR_DIV_IMPLEMENTED ? "-mhard-div " : "-msoft-div ") . |
(CYGHWR_FPU_IMPLEMENTED ? "-mhard-float " : "-msoft-float ") . |
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-branch-delay " ) } |
(CYGHWR_BRANCH_SLOT_IMPLEMENTED ? "" : "-mno-delay " ) } |
description " |
This option controls the global linker flags. Individual |
packages may define options which override these global flags." |