Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 100)

Ticket Resolution Summary Owner Reporter
#133 invalid VAC308 resets LIB entry Yuri Dario
Description

The VAC308 template is resetting the LIB variable, thus the linker is unable to find default libraries. Suggested patch:

--- VAC308.kmk;2	2015-12-17 16:40:00.000000000 +0100
+++ VAC308.kmk	2017-01-05 15:45:58.000000000 +0100
@@ -66,7 +66,7 @@
  TOOL_VAC308_ENV_SETUP ?= $(REDIRECT) \
 	-E 'BEGINLIBPATH=$(PATH_TOOL_VAC308_DLL);$(BEGINLIBPATH)' \
 	-E 'DPATH=$(PATH_TOOL_VAC308_LOCALE);$(PATH_TOOL_VAC308_HELP);$(DPATH)' \
-	-E 'LIB=' \
+	-E 'LIB=$(PATH_TOOL_VAC308_LIB)' \
 	-E 'INCLUDE=' \
 	--
  TOOL_VAC308_CC  ?= $(PATH_TOOL_VAC308_BIN)/icc$(HOSTSUFF_EXE)

#2 fixed Update to GNU Make 3.81 bird bird
Description

kBuild is currently at beta1. The final 3.81 was released some time ago, so it's time to get up to date.

#22 fixed Tool inheritance bird bird
Description

footer.kmk should implement tool inheritance the same way we currently do template inheritance (EXTENDS).

Note: See TracQuery for help on using queries.