mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Meta: Add a LINK alias to the common makefile for running ld explicitly
This commit is contained in:
parent
bfde6acd8c
commit
0706bf470f
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ CXXFLAGS = -MMD -MP $(WARNING_FLAGS) $(OPTIMIZATION_FLAGS) $(FLAVOR_FLAGS) $(ARC
|
||||||
CXX = $(PRE_CXX) i686-pc-serenity-g++
|
CXX = $(PRE_CXX) i686-pc-serenity-g++
|
||||||
LD = i686-pc-serenity-g++
|
LD = i686-pc-serenity-g++
|
||||||
AS = i686-pc-serenity-as
|
AS = i686-pc-serenity-as
|
||||||
|
LINK = i686-pc-serenity-ld
|
||||||
|
|
||||||
DEFINES = -DSANITIZE_PTRS -DDEBUG
|
DEFINES = -DSANITIZE_PTRS -DDEBUG
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue