From 0706bf470fc052c406dcf085c68ab378892d5d20 Mon Sep 17 00:00:00 2001 From: Conrad Pankoff Date: Mon, 16 Sep 2019 00:33:04 +1000 Subject: [PATCH] Meta: Add a LINK alias to the common makefile for running ld explicitly --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index f53fd05d03..dafd302dc2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -33,6 +33,7 @@ CXXFLAGS = -MMD -MP $(WARNING_FLAGS) $(OPTIMIZATION_FLAGS) $(FLAVOR_FLAGS) $(ARC CXX = $(PRE_CXX) i686-pc-serenity-g++ LD = i686-pc-serenity-g++ AS = i686-pc-serenity-as +LINK = i686-pc-serenity-ld DEFINES = -DSANITIZE_PTRS -DDEBUG