We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543c1ec commit 24a252aCopy full SHA for 24a252a
debian/control
@@ -11,7 +11,7 @@ Build-Depends:
11
clang,
12
nasm,
13
lld,
14
- llvm,
+ binutils,
15
libstdc++-dev,
16
autoconf,
17
git,
fdpp.spec.rpkg
@@ -21,7 +21,7 @@ BuildRequires: bash
21
BuildRequires: clang
22
BuildRequires: nasm
23
BuildRequires: lld
24
-BuildRequires: llvm
+BuildRequires: binutils
25
BuildRequires: libstdc++-devel
26
BuildRequires: autoconf
27
BuildRequires: git
fdpp/clang.mak
@@ -7,7 +7,7 @@ CL = clang++
7
CLC = clang
8
NASM = nasm
9
LINK = ld.lld
10
-OBJCOPY = llvm-objcopy
+OBJCOPY = objcopy
TARGETOPT = -std=c++11 -c -fno-threadsafe-statics -fpic
# _XTRA should go at the end of cmd line
0 commit comments