Skip to content

Commit 601e056

Browse files
regen mknative-gcc for amd64.
1 parent c06a382 commit 601e056

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

external/gpl3/gcc/lib/libgfortran/libgfortran.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
#
1010

1111
%rename lib liborig
12-
*lib: -lm %(liborig)
12+
*lib: %{static-libgfortran:--as-needed} %{static-libquadmath:-Bstatic} -lquadmath %{static-libquadmath:-Bdynamic} %{static-libgfortran:--no-as-needed} -lm %(liborig)

external/gpl3/gcc/lib/libquadmath/defs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Generated from: NetBSD: mknative-gcc,v 1.123 2026/01/17 23:43:46 mrg Exp
33
# Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp
44
#
5-
G_libquadmath_la_SOURCES=
5+
G_libquadmath_la_SOURCES=math/x2y2m1q.c math/acoshq.c math/fmodq.c math/acosq.c math/frexpq.c math/rem_pio2q.c math/asinhq.c math/hypotq.c math/remainderq.c math/asinq.c math/rintq.c math/atan2q.c math/isinfq.c math/roundq.c math/atanhq.c math/isnanq.c math/scalblnq.c math/atanq.c math/j0q.c math/scalbnq.c math/cbrtq.c math/j1q.c math/signbitq.c math/ceilq.c math/jnq.c math/sincos_table.c math/complex.c math/ldexpq.c math/sincosq.c math/copysignq.c math/lgammaq.c math/sincosq_kernel.c math/coshq.c math/llroundq.c math/sinhq.c math/cosq.c math/log10q.c math/sinq.c math/cosq_kernel.c math/log1pq.c math/sinq_kernel.c math/erfq.c math/logq.c math/sqrtq.c math/expm1q.c math/lroundq.c math/tanhq.c math/expq.c math/modfq.c math/tanq.c math/fabsq.c math/nanq.c math/tgammaq.c math/finiteq.c math/nextafterq.c math/truncq.c math/floorq.c math/powq.c math/fmaq.c math/logbq.c math/exp2q.c math/issignalingq.c math/lgammaq_neg.c math/lgammaq_product.c math/tanq_kernel.c math/tgammaq_product.c math/casinhq_kernel.c math/cacoshq.c math/cacosq.c math/casinhq.c math/casinq.c math/catanhq.c math/catanq.c math/cimagq.c math/conjq.c math/cprojq.c math/crealq.c math/fdimq.c math/fmaxq.c math/fminq.c math/ilogbq.c math/llrintq.c math/log2q.c math/lrintq.c math/nearbyintq.c math/remquoq.c math/ccoshq.c math/cexpq.c math/clog10q.c math/clogq.c math/csinq.c math/csinhq.c math/csqrtq.c math/ctanq.c math/ctanhq.c printf/addmul_1.c printf/add_n.c printf/cmp.c printf/divrem.c printf/flt1282mpn.c printf/fpioconst.c printf/lshift.c printf/mul_1.c printf/mul_n.c printf/mul.c printf/printf_fphex.c printf/printf_fp.c printf/quadmath-printf.c printf/rshift.c printf/submul_1.c printf/sub_n.c strtod/strtoflt128.c strtod/mpn2flt128.c strtod/tens_in_limb.c

external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This file is automatically generated. DO NOT EDIT! */
2-
/* Generated from: NetBSD: mknative-gcc,v 1.123 2026/01/17 23:43:46 mrg Exp */
2+
/* Generated from: NetBSD: mknative-gcc,v 1.124 2026/01/18 05:00:35 mrg Exp */
33
/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */
44

55
/* Generated automatically. */

0 commit comments

Comments
 (0)