projects
/
filament.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b93a14
)
Remove unneeded triplet prefix from ar and ranlib
author
Timo Röhling
<roehling@debian.org>
Thu, 25 May 2023 14:07:22 +0000
(16:07 +0200)
committer
Timo Röhling
<roehling@debian.org>
Thu, 25 May 2023 14:07:22 +0000
(16:07 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index c8f7869b9f1b9021610dbe5f9b6ee8115fde1e02..d3d9ef91d22eeb8a99d8076f9c117187f8a12746 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-26,9
+26,7
@@
ifneq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))
export DEB_CXXFLAGS_MAINT_APPEND += --target=$(DEB_HOST_GNU_TYPE)
export DEB_ASFLAGS_MAINT_APPEND += --target=$(DEB_HOST_GNU_TYPE)
CMAKE_CROSS_COMPILING_OPTIONS = \
- -DCMAKE_ASM_FLAGS=--target=$(DEB_HOST_GNU_TYPE) \
- -DCMAKE_AR=/usr/bin/$(DEB_HOST_GNU_TYPE)-ar \
- -DCMAKE_RANLIB=/usr/bin/$(DEB_HOST_GNU_TYPE)-ranlib
+ -DCMAKE_ASM_FLAGS=--target=$(DEB_HOST_GNU_TYPE)
endif
%: