Changeset 211bd8a5 in mainline


Ignore:
Timestamp:
2005-12-04T20:07:50Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e799e3a
Parents:
3a6d6656
Message:

Small fix in build script.
Initial work on softfloat library.

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r3a6d6656 r211bd8a5  
    3636SOURCES = \
    3737        libc \
    38         init
     38        init \
     39        softfloat
    3940
    4041CLEANS := $(addsuffix .clean,$(SOURCES))
  • tools/build

    r3a6d6656 r211bd8a5  
    1616fi
    1717
    18 ARGS=""
     18ARGS="ARCH=$ARCH"
    1919while [ "$#" -gt 0 ]; do
    2020        case "$1" in
     
    3535done
    3636
    37 make all "ARCH=$ARCH"
     37make all $ARGS
Note: See TracChangeset for help on using the changeset viewer.