Opened 14 years ago

Closed 13 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 bonefish, 14 years ago

Owner: changed from bonefish to nobody
Status: newassigned

comment:2 by kallisti5, 13 years ago

Owner: changed from nobody to kallisti5
Status: assignedin-progress

comment:3 by kallisti5, 13 years ago

Keywords: makefile-engine added
Resolution: fixed
Status: in-progressclosed

resolved with hrev40300

Note: See TracTickets for help on using tickets.