Changeset 15d0046 in mainline for uspace/dist/src/c/demos/edit/build


Ignore:
Timestamp:
2014-09-12T13:22:33Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b20126
Parents:
8db09e4 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/c/demos/edit/build

    r8db09e4 r15d0046  
    11cc -D__PCC__ -I/inc/c -E -o sheet.i sheet.c
    22cc -D__PCC__ -I/inc/c -E -o edit.i edit.c
     3cc -D__PCC__ -I/inc/c -E -o search.i search.c
    34
    45cc -S -o sheet.s sheet.i
    56cc -S -o edit.s edit.i
     7cc -S -o search.s search.i
    68
    79as -o sheet.o sheet.s
    810as -o edit.o edit.s
     11as -o search.o search.s
    912
    10 ld -T /inc/_link.ld -o edit_ sheet.o edit.o /lib/libc.a /lib/libsoftint.a
     13ld -T /inc/_link.ld -o edit_ sheet.o edit.o search.o /lib/libc.a /lib/libsoftint.a
Note: See TracChangeset for help on using the changeset viewer.