Changeset 8b863a62 in mainline for uspace/dist/src/c/demos/edit/build
- Timestamp:
- 2014-04-16T17:14:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f857e8b
- Parents:
- dba3e2c (diff), 70b570c (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. - File:
-
- 1 edited
-
uspace/dist/src/c/demos/edit/build (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/edit/build
rdba3e2c r8b863a62 1 1 cc -D__PCC__ -I/inc/c -E -o sheet.i sheet.c 2 2 cc -D__PCC__ -I/inc/c -E -o edit.i edit.c 3 cc -D__PCC__ -I/inc/c -E -o search.i search.c 3 4 4 5 cc -S -o sheet.s sheet.i 5 6 cc -S -o edit.s edit.i 7 cc -S -o search.s search.i 6 8 7 9 as -o sheet.o sheet.s 8 10 as -o edit.o edit.s 11 as -o search.o search.s 9 12 10 ld -T /inc/_link.ld -o edit_ sheet.o edit.o /lib/libc.a /lib/libsoftint.a13 ld -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.
