Changeset 10a530cc in mainline
- Timestamp:
- 2011-05-19T02:32:27Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0bb65af
- Parents:
- cb7c685
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
rcb7c685 r10a530cc 564 564 ! CONFIG_BAREBONE (n/y) 565 565 566 % Build binutils binaries 567 ! CONFIG_BINUTILS (n/y) 568 566 569 % Line debugging information 567 570 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
boot/Makefile.common
rcb7c685 r10a530cc 156 156 $(USPACE_PATH)/app/websrv/websrv 157 157 158 ifeq ($(CONFIG_BINUTILS),y) 159 RD_APPS_NON_ESSENTIAL += \ 160 $(USPACE_PATH)/app/binutils/as \ 161 $(USPACE_PATH)/app/binutils/ld 162 endif 163 158 164 ifneq ($(CONFIG_BAREBONE),y) 159 165 NET_CFG = \ -
uspace/Makefile
rcb7c685 r10a530cc 92 92 drv/test2 93 93 94 ifeq ($(CONFIG_BINUTILS),y) 95 DIRS += \ 96 app/binutils 97 endif 98 94 99 ## Networking 95 100 #
Note:
See TracChangeset
for help on using the changeset viewer.