Skip to content

Commit f164262

Browse files
terceirosorah
authored andcommitted
debian/rules: drop special case for riscv64
This is not necessary anymore since gcc-13.
1 parent 851743e commit f164262

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

debian/rules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,7 @@ export LC_ALL := $(LANG)
105105
override_dh_auto_configure:
106106
cp /usr/share/misc/config.guess tool
107107
cp /usr/share/misc/config.sub tool
108-
ifeq (riscv64,$(DEB_HOST_ARCH))
109-
LIBS="-latomic" ./configure $(configure_options)
110-
else
111108
./configure $(configure_options)
112-
endif
113109

114110
override_dh_auto_clean:
115111
$(MAKE) clean || true

0 commit comments

Comments
 (0)