Skip to content

Commit 24a252a

Browse files
committed
switch back to binutils objcopy [#146]
This allows to get Bionic back in. Xenial doesn't have lld, so remains broken.
1 parent 543c1ec commit 24a252a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Build-Depends:
1111
clang,
1212
nasm,
1313
lld,
14-
llvm,
14+
binutils,
1515
libstdc++-dev,
1616
autoconf,
1717
git,

fdpp.spec.rpkg

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BuildRequires: bash
2121
BuildRequires: clang
2222
BuildRequires: nasm
2323
BuildRequires: lld
24-
BuildRequires: llvm
24+
BuildRequires: binutils
2525
BuildRequires: libstdc++-devel
2626
BuildRequires: autoconf
2727
BuildRequires: git

fdpp/clang.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CL = clang++
77
CLC = clang
88
NASM = nasm
99
LINK = ld.lld
10-
OBJCOPY = llvm-objcopy
10+
OBJCOPY = objcopy
1111

1212
TARGETOPT = -std=c++11 -c -fno-threadsafe-statics -fpic
1313
# _XTRA should go at the end of cmd line

0 commit comments

Comments
 (0)