Opened 15 years ago
Closed 14 years ago
#5375 closed bug (fixed)
can't set linker in /boot/develop/etc/makefile-engine
Reported by: | kallisti5 | Owned by: | kallisti5 |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | makefile-engine | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
in /boot/develop/etc/makefile-engine, line 94 you cannot redefine LD as it is LD := gcc
LD := gcc should be LD ?= gcc so the end user can redefine it if needed. (for example if I need to link with g++ instead of gcc.)
Change History (3)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | assigned → in-progress |
comment:3 by , 14 years ago
Keywords: | makefile-engine added |
---|---|
Resolution: | → fixed |
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
resolved with hrev40300