9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 709015427dabff8ae536022f2707a8641da035b7
parent 3942b39a63d8086fb375a6ce7d269243059afeaa
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Wed, 21 Nov 2018 14:56:58 +0000

Merge "Remove DLANG config option"
Diffstat:
Mconfig/amd64-dragonfly.mk | 1-
Mconfig/amd64-linux-clang.mk | 1-
Mconfig/amd64-linux.mk | 1-
Mconfig/amd64-netbsd.mk | 1-
Mconfig/amd64-openbsd.mk | 1-
5 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/config/amd64-dragonfly.mk b/config/amd64-dragonfly.mk @@ -5,4 +5,3 @@ COMP = gcc ASM = as LINKER = ld SYS = dragonfly -DLANG = $(SRCDIR)/dlang/builtin.o diff --git a/config/amd64-linux-clang.mk b/config/amd64-linux-clang.mk @@ -6,4 +6,3 @@ COMP = clang ASM = clang LINKER = ld.lld SYS = linux -DLANG = $(SRCDIR)/dlang/builtin.o diff --git a/config/amd64-linux.mk b/config/amd64-linux.mk @@ -5,4 +5,3 @@ COMP = gcc ASM = as LINKER = ld SYS = linux -DLANG = $(SRCDIR)/dlang/builtin.o diff --git a/config/amd64-netbsd.mk b/config/amd64-netbsd.mk @@ -5,4 +5,3 @@ COMP = gcc ASM = as LINKER = ld SYS = netbsd -DLANG = $(SRCDIR)/dlang/builtin.o diff --git a/config/amd64-openbsd.mk b/config/amd64-openbsd.mk @@ -5,4 +5,3 @@ COMP = gcc ASM = as LINKER = ld SYS = openbsd -DLANG = $(SRCDIR)/dlang/builtin.o