Changeset 9b2729c in mainline for arch


Ignore:
Timestamp:
2006-02-07T20:22:17Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b3eebb
Parents:
47c83bc
Message:

Fix number of steps in softint division.
Make ia64 port compile with softint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/Makefile.inc

    r47c83bc r9b2729c  
    5454CONFIG_ASID_FIFO = y
    5555
     56
     57## Compile with support for software integer division.
     58#
     59
     60CONFIG_SOFTINT = y
     61
    5662ARCH_SOURCES = \
    5763        arch/$(ARCH)/src/start.S \
Note: See TracChangeset for help on using the changeset viewer.