mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-electronics/systemc: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13671 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
ac2c4b5056
commit
a1e975dcb6
@@ -1,21 +0,0 @@
|
||||
# drop compiler check to enable use of CXX
|
||||
--- configure.in.old 2013-09-15 09:38:54.000000000 +0200
|
||||
+++ configure.in 2013-09-15 09:40:31.000000000 +0200
|
||||
@@ -134,15 +134,8 @@
|
||||
AC_MSG_ERROR("sorry...architecture not supported")
|
||||
;;
|
||||
esac
|
||||
- case "$CXX_COMP" in
|
||||
- c++ | g++)
|
||||
- EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -m${CPU_ARCH}"
|
||||
- EXTRA_ASFLAGS="-m${CPU_ARCH}"
|
||||
- ;;
|
||||
- *)
|
||||
- AC_MSG_ERROR("sorry...compiler not supported")
|
||||
- ;;
|
||||
- esac
|
||||
+ EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -m${CPU_ARCH}"
|
||||
+ EXTRA_ASFLAGS="-m${CPU_ARCH}"
|
||||
;;
|
||||
*freebsd*)
|
||||
case "$target_cpu" in
|
||||
Reference in New Issue
Block a user