Changes in / [98e4507:326bf65] in mainline
- Files:
-
- 4 deleted
- 3 edited
-
HelenOS.config (modified) (1 diff)
-
boot/Makefile.common (modified) (1 diff)
-
uspace/Makefile (modified) (1 diff)
-
uspace/app/binutils/Makefile (deleted)
-
uspace/app/binutils/intrusive.sh (deleted)
-
uspace/app/binutils/patch.awk (deleted)
-
uspace/app/binutils/toolchain.sh (deleted)
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r98e4507 r326bf65 561 561 ! CONFIG_BAREBONE (n/y) 562 562 563 % Build binutils binaries564 ! CONFIG_BINUTILS (n/y)565 566 563 % Line debugging information 567 564 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
boot/Makefile.common
r98e4507 r326bf65 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/ld162 endif163 164 158 ifneq ($(CONFIG_BAREBONE),y) 165 159 NET_CFG = \ -
uspace/Makefile
r98e4507 r326bf65 92 92 drv/test2 93 93 94 ifeq ($(CONFIG_BINUTILS),y)95 DIRS += \96 app/binutils97 endif98 99 94 ## Networking 100 95 #
Note:
See TracChangeset
for help on using the changeset viewer.
