Changeset 4ac901c in mainline
- Timestamp:
- 2011-06-08T19:56:10Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f2a45d9
- Parents:
- 2af29ed
- Location:
- uspace
- Files:
-
- 16 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r2af29ed r4ac901c 167 167 lib/block \ 168 168 lib/clui \ 169 lib/compat \170 169 lib/softint \ 171 170 lib/softfloat \ -
uspace/app/pcc/cc/cc/Makefile
r2af29ed r4ac901c 35 35 BINARY = cc 36 36 37 POSIX_COMPAT = 137 POSIX_COMPAT = y 38 38 39 39 -
uspace/app/pcc/cc/cpp/Makefile
r2af29ed r4ac901c 35 35 BINARY = cpp 36 36 37 POSIX_COMPAT = 137 POSIX_COMPAT = y 38 38 39 39 YACC = yacc
Note:
See TracChangeset
for help on using the changeset viewer.