mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Silence warning: ar: 'u' modifier ...
This commit is contained in:
@@ -1333,4 +1333,9 @@ else
|
|||||||
AC_SUBST([CMPP], ['$(top_builddir)/src/xspice/cmpp/cmpp$(EXEEXT)'])
|
AC_SUBST([CMPP], ['$(top_builddir)/src/xspice/cmpp/cmpp$(EXEEXT)'])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# See https://github.com/kimwalisch/primesieve/issues/16
|
||||||
|
# Silence warning: ar: 'u' modifier ignored since 'D' is the default
|
||||||
|
AC_SUBST(AR_FLAGS, [cr])
|
||||||
|
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user