Changeset 280a27e in mainline for arch/ia32/Makefile.inc


Ignore:
Timestamp:
2006-04-16T13:16:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50de918
Parents:
c624b96
Message:

Printf ported back from uspace to kernel.
Printf calls changed to match new conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/Makefile.inc

    rc624b96 r280a27e  
    103103endif
    104104
     105## Compile with support for software integer division.
     106#
     107
     108CONFIG_SOFTINT = y
     109
    105110ARCH_SOURCES = \
    106111        arch/$(ARCH)/src/context.s \
Note: See TracChangeset for help on using the changeset viewer.