aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cddc6ebad52528ed7a68560effda0129d24950d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# Maintainer: Agatha Isabelle Moreira <code AT agatha PERIOD dev>

# Forked from: https://gitlab.archlinux.org/archlinux/packaging/packages/gcc.git

# Credits to the original authors, maintainers and contributors:
# Giancarlo Razzolini <grazzolini@archlinux.org>
# Frederik Schwan <freswa at archlinux dot org>
# Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Allan McRae <allan@archlinux.org>
# Daniel Kozak <kozzi11@gmail.com>

pkgname=(
  gcc-fast-optimized
  gcc-libs-fast-optimized
  libasan-fast-optimized
  libatomic-fast-optimized
  libgcc-fast-optimized
  libgccjit-fast-optimized
  libgomp-fast-optimized
  libitm-fast-optimized
  liblsan-fast-optimized
  libquadmath-fast-optimized
  libstdc++-fast-optimized
  libtsan-fast-optimized
  libubsan-fast-optimized
  lto-dump-fast-optimized
)

# TODO: The official gcc package with hwasan available didn't arrive the
# official build. While the libhwasan package for x86 doesn't arrive the
# official repo, this causes a dependency hell when switching from
# fast-optimized to official gcc. Add it again when it's available.
  # libhwasan-fast-optimized

pkgver=16.1.0
pkgrel=2
pkgdesc='The GNU Compiler Collection optimized with -O3 and local cpu tuning'
arch=(x86_64)
license=(
  'GPL-3.0-or-later WITH GCC-exception-3.1'
  GFDL-1.3-or-later
)
url='https://gcc.gnu.org'
bugurl='https://todo.sr.ht/~devlavender/arch-aur-contribs'
makedepends=(
  binutils
  doxygen
  libisl
  libmpc
  python
  zstd
)
checkdepends=(
  dejagnu
  expect
  inetutils
  python-pytest
  tcl
)
options=(
  !emptydirs
  !lto
)
pkgmaj="$(echo "${pkgver}"|cut -d'.' -f1)"
_libdir=usr/lib/gcc/$CHOST/${pkgmaj}
source=("https://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/gcc-${pkgver}.tar.xz"
	"https://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/gcc-${pkgver}.tar.xz.sig"
        c89
	c99
)
validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # bpiotrowski@archlinux.org
              86CFFCA918CF3AF47147588051E8B148A9999C34  # foutrelis@archlinux.org
              13975A70E63C361C73AE69EF6EEB81F8981C74C7  # richard.guenther@gmail.com
              D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62 # Jakub Jelinek <jakub@redhat.com>
)

sha256sums=('50efb4d94c3397aff3b0d61a5abd748b4dd31d9d3f2ab7be05b171d36a510f79'
	    '33a851c045ea2ef6f580d82b2abfb1dc75d8b270727800028ca5f40c3b4a4246'
            '7b09ec947f90b98315397af675369a1e3dfc527fa70013062e6e85c4be0275ab'
            '44ea973558842f3f4bd666bdaf6e810fd7b7c7bd36b5cc4c69f93d2cd0124fc7'
)

prepare() {
  [[ ! -d gcc ]] && ln -s gcc-${pkgver/+/-} gcc
  cd gcc

  # Arch Linux installs x86_64 libraries /lib
  sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64

  mkdir -p "$srcdir/gcc-build"
  mkdir -p "$srcdir/libgccjit-build"
}

build() {
  local _confflags=(
      --prefix=/usr
      --libdir=/usr/lib
      --libexecdir=/usr/lib
      --mandir=/usr/share/man
      --infodir=/usr/share/info
      --with-bugurl="${bugurl}" \
      --with-gcc-major-version-only
      --with-linker-hash-style=gnu
      --with-system-zlib
      --enable-cet=auto
      --enable-checking=release
      --enable-clocale=gnu
      --enable-default-pie
      --enable-default-ssp
      --enable-gnu-indirect-function
      --enable-gnu-unique-object
      --enable-libstdcxx-backtrace
      --enable-link-serialization=1
      --enable-linker-build-id
      --enable-lto
      --disable-multilib
      --enable-plugin
      --enable-shared
      --enable-threads=posix
      --disable-fixincludes
      --disable-libssp
      --disable-libstdcxx-pch
      --disable-werror
      --with-build-config='bootstrap-native bootstrap-lto bootstrap-O3'
  )

  cd gcc-build

  # Credits @allanmcrae
  # https://github.com/allanmcrae/toolchain/blob/f18604d70c5933c31b51a320978711e4e6791cf1/gcc/PKGBUILD
  # TODO: properly deal with the build issues resulting from this
  CFLAGS=${CFLAGS/-Werror=format-security/}
  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}

  ../gcc/configure \
    --enable-languages=c,c++,lto \
    --enable-bootstrap \
    "${_confflags[@]:?_confflags unset}"

  echo "MAKEFLAGS=${MAKEFLAGS}"
  sleep 1
  # see https://bugs.archlinux.org/task/71777 for rationale re *FLAGS handling
  make -O STAGE1_CFLAGS="-O2" \
        BOOT_CFLAGS="$CFLAGS -O3 -march=native -mtune=native -fno-semantic-interposition" \
        BOOT_LDFLAGS="$LDFLAGS -Wl,-O1" \
        LDFLAGS_FOR_TARGET="$LDFLAGS" \
        profiledbootstrap

  # make documentation
  make -O -C $CHOST/libstdc++-v3/doc doc-man-doxygen

  # Build libgccjit separately, to avoid building all compilers with --enable-host-shared
  # which brings a performance penalty
  cd "$srcdir"/libgccjit-build

  ../gcc/configure \
    --enable-languages=jit \
    --disable-bootstrap \
    --enable-host-shared \
    "${_confflags[@]:?_confflags unset}"

  make -O all-gcc

  cp -a gcc/libgccjit.so* ../gcc-build/gcc/
}

check() {
  cd gcc-build

  # do not abort on error as some are "expected"
  make -O -k check || true
  "$srcdir/gcc/contrib/test_summary"
}

_install_runtime_library_exception() {
  # Install Runtime Library Exception
  install -Dm644 "$srcdir/gcc/COPYING.RUNTIME" \
    "$pkgdir/usr/share/licenses/$pkgname/RUNTIME.LIBRARY.EXCEPTION"
}

package_gcc-fast-optimized() {
  pkgdesc="The GNU Compiler Collection - C and C++ frontends optimized with -O3 and local tuning"
  depends=(
    "libasan-fast-optimized=$pkgver-$pkgrel"
    "libgcc-fast-optimized=$pkgver-$pkgrel"
    "liblsan-fast-optimized=$pkgver-$pkgrel"
    "libstdc++-fast-optimized=$pkgver-$pkgrel"
    "libtsan-fast-optimized=$pkgver-$pkgrel"
    "libubsan-fast-optimized=$pkgver-$pkgrel"
    'binutils>=2.28'
    'glibc>=2.27'
    gmp
    libisl.so
    libmpc
    mpfr
    zlib
    zstd
  )
  # TODO: Add back:
    # "libhwasan-fast-optimized=$pkgver-$pkgrel"
  optdepends=(
  )
  provides=(
    gcc
  )
  replaces=(
    gcc
  )
  conflicts=(gcc)
  options=(
    !emptydirs
    staticlibs
  )

  cd gcc-build

  make -C gcc DESTDIR="$pkgdir" install-driver install-cpp install-gcc-ar \
    c++.install-common install-headers install-plugin install-lto-wrapper
  
  install -m755 -t "$pkgdir/usr/bin/" gcc/gcov{,-tool}
  install -m755 -t "$pkgdir/$_libdir/" gcc/{cc1,cc1plus,collect2,lto1}

  make -C $CHOST/libgcc DESTDIR="$pkgdir" install

  make -C $CHOST/libstdc++-v3/src DESTDIR="$pkgdir" install
  make -C $CHOST/libstdc++-v3/include DESTDIR="$pkgdir" install
  make -C $CHOST/libstdc++-v3/libsupc++ DESTDIR="$pkgdir" install
  make -C $CHOST/libstdc++-v3/python DESTDIR="$pkgdir" install
  make -C $CHOST/libatomic DESTDIR="$pkgdir" install

  make DESTDIR="$pkgdir" install-libcc1
  install -d "$pkgdir/usr/share/gdb/auto-load/usr/lib"
  mv "$pkgdir"/usr/lib/libstdc++.so.6.*-gdb.py \
    "$pkgdir/usr/share/gdb/auto-load/usr/lib/"
  rm "$pkgdir"/usr/lib/libstdc++.so*
  rm "$pkgdir"/usr/lib/libatomic.so*
  mv -v "$pkgdir"/usr/lib/libatomic* "$pkgdir/$_libdir/"

  make DESTDIR="$pkgdir" install-fixincludes
  make -C gcc DESTDIR="$pkgdir" install-mkheaders

  make -C lto-plugin DESTDIR="$pkgdir" install
  install -dm755 "$pkgdir"/usr/lib/bfd-plugins/
  ln -s /$_libdir/liblto_plugin.so \
    "$pkgdir/usr/lib/bfd-plugins/"

  make -C $CHOST/libgomp DESTDIR="$pkgdir" install-nodist_{libsubinclude,toolexeclib}HEADERS
  make -C $CHOST/libitm DESTDIR="$pkgdir" install-nodist_toolexeclibHEADERS
  make -C $CHOST/libquadmath DESTDIR="$pkgdir" install-nodist_libsubincludeHEADERS
  make -C $CHOST/libsanitizer DESTDIR="$pkgdir" install-nodist_{saninclude,toolexeclib}HEADERS
  make -C $CHOST/libsanitizer/asan DESTDIR="$pkgdir" install-nodist_toolexeclibHEADERS
  # TODO: Add back:
  # make -C $CHOST/libsanitizer/hwasan DESTDIR="$pkgdir" install-nodist_toolexeclibHEADERS
  make -C $CHOST/libsanitizer/tsan DESTDIR="$pkgdir" install-nodist_toolexeclibHEADERS
  make -C $CHOST/libsanitizer/lsan DESTDIR="$pkgdir" install-nodist_toolexeclibHEADERS

  make -C gcc DESTDIR="$pkgdir" install-man install-info

  make -C libcpp DESTDIR="$pkgdir" install
  make -C gcc DESTDIR="$pkgdir" install-po

  # many packages expect this symlink
  ln -s gcc "$pkgdir"/usr/bin/cc

  # create cc-rs compatible symlinks
  # https://github.com/rust-lang/cc-rs/blob/1.0.73/src/lib.rs#L2578-L2581
  for binary in {c++,g++,gcc,gcc-ar,gcc-nm,gcc-ranlib}; do
    ln -s "/usr/bin/$binary" "$pkgdir/usr/bin/$CARCH-linux-gnu-$binary"
  done

  # POSIX conformance launcher scripts for c89 and c99
  install -Dm755 "$srcdir/c89" "$pkgdir/usr/bin/c89"
  install -Dm755 "$srcdir/c99" "$pkgdir/usr/bin/c99"

  # install the libstdc++ man pages
  make -C $CHOST/libstdc++-v3/doc DESTDIR="$pkgdir" doc-install-man

  # remove files provided by lib32-gcc-libs and libgcc
  rm -f "$pkgdir"/usr/lib/libgcc_s{,_asneeded}.so*

  # byte-compile python libraries
  python -m compileall "$pkgdir/usr/share/gcc-${pkgver%%+*}/"
  python -O -m compileall "$pkgdir/usr/share/gcc-${pkgver%%+*}/"

  _install_runtime_library_exception
}

package_gcc-libs-fast-optimized() {
  pkgdesc='Runtime libraries shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
    libasan-fast-optimized
    libatomic-fast-optimized
    libgcc-fast-optimized
    libgomp-fast-optimized
    liblsan-fast-optimized
    libquadmath-fast-optimized
    libstdc++-fast-optimized
    libtsan-fast-optimized
    libubsan-fast-optimized
  )
  # TODO: Add back:
    # libhwasan-fast-optimized
  provides=(
    gcc-libs
  )
  replaces=(
    gcc-libs
  )
  conflicts=(gcc-libs)
}

package_libasan-fast-optimized(){
  pkgdesc='Address Sanitizer runtime library shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
    libgcc-fast-optimized
    libstdc++-fast-optimized
  )
  provides=(
    libasan.so
    libasan
  )
  replaces=(
    libasan
  )
  conflicts=(libasan)
  cd gcc-build

  make -C $CHOST/libsanitizer/asan DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES

  _install_runtime_library_exception
}

package_libatomic-fast-optimized(){
  pkgdesc='GNU Atomic library shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
  )
  provides=(
    libatomic.so
    libatomic
  )
  replaces=(
    libatomic
  )
  conflicts=(libatomic)
  cd gcc-build

  make -C $CHOST/libatomic DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES

  _install_runtime_library_exception
}

package_libgcc-fast-optimized(){
  pkgdesc='Low-level runtime library shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
  )
  provides=(
    libgcc_s.so
    libgcc
  )
  replaces=(
    libgcc
  )
  conflicts=(libgcc)

  cd gcc-build
  make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared
  rm -f "$pkgdir/$_libdir/libgcc_eh.a"
  mv -v "$pkgdir"/usr/lib/libgcc_s{,_asneeded}.so "$pkgdir/$_libdir/"

  _install_runtime_library_exception
}

package_libgccjit-fast-optimized(){
  pkgdesc="Just-In-Time Compilation with GCC backend optimized with -O3 and local cpu tuning"
  depends=(
    "gcc-fast-optimized=$pkgver-$pkgrel"
    'glibc>=2.27'
    gmp
    libisl.so
    libmpc
    mpfr
    zlib
    zstd
  )
  provides=(
    libgccjit.so
    libgccjit
  )
  replaces=(
    libgccjit
  )
  conflicts=(libgccjit)

  cd gcc-build
  make -C gcc DESTDIR="$pkgdir" jit.install-common jit.install-info

  _install_runtime_library_exception
}

package_libgomp-fast-optimized(){
  pkgdesc='OpenMP library shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
  )
  provides=(
    libgomp.so
    libgomp
  )
  replaces=(
    libgomp
  )
  conflicts=(libgomp)

  cd gcc-build

  make -C $CHOST/libgomp DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES
  make -C $CHOST/libgomp DESTDIR="$pkgdir" install-info

  _install_runtime_library_exception
}

# TODO: Add back (uncomment):
#package_libhwasan-fast-optimized(){
#  pkgdesc='Hardware-assisted Address Sanitizer runtime library shipped by GCC optimized with -O3 and local cpu tuning'
#  depends=(
#    'glibc>=2.27'
#    libgcc-fast-optimized
#    libstdc++-fast-optimized
#  )
#  provides=(
#    libhwasan.so
#    libhwasan
#  )
#  replaces=(
#    libhwasan
#  )
#  conflicts=(libhwasan)
#
#  cd gcc-build
#
#  make -C $CHOST/libsanitizer/hwasan DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES
#
#  _install_runtime_library_exception
#}

package_libitm-fast-optimized(){
  pkgdesc='GNU Transactional Memory library shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
    libgcc-fast-optimized
  )
  provides=(
    libitm.so
    libitm
  )
  replaces=(
    libitm
  )
  conflicts=(libitm)

  cd gcc-build

  make -C $CHOST/libitm DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES
  make -C $CHOST/libitm DESTDIR="$pkgdir" install-info

  _install_runtime_library_exception
}

package_liblsan-fast-optimized(){
  pkgdesc='Leak Sanitizer runtime library shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
    libgcc-fast-optimized
    libstdc++-fast-optimized
  )
  provides=(
    liblsan.so
    liblsan
  )
  replaces=(
    liblsan
  )
  conflicts=(liblsan)

  cd gcc-build

  make -C $CHOST/libsanitizer/lsan DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES

  _install_runtime_library_exception
}


package_libquadmath-fast-optimized() {
  pkgdesc='GCC __float128 library optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
    libgcc-fast-optimized
  )
  provides=(
    libquadmath.so
    libquadmath
  )
  replaces=(
    libquadmath
  )
  conflicts=(libquadmath)

  cd gcc-build

  make -C $CHOST/libquadmath DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES
  make -C $CHOST/libquadmath DESTDIR="$pkgdir" install-info

  _install_runtime_library_exception
}

package_libstdc++-fast-optimized() {
  pkgdesc='C++ runtime libraries shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
    libgcc-fast-optimized
  )
  provides=(
    libstdc++.so
    libstdc++
  )
  replaces=(
    libstdc++
  )
  conflicts=(libstdc++)

  cd gcc-build
  make -C $CHOST/libstdc++-v3/src DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES
  make -C $CHOST/libstdc++-v3/po DESTDIR="$pkgdir" install

  _install_runtime_library_exception
}

package_libtsan-fast-optimized() {
  pkgdesc='Thread Sanitizer runtime library shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
    libgcc-fast-optimized
    libstdc++-fast-optimized
  )
  provides=(
    libtsan.so
    libtsan
  )
  replaces=(
    libtsan
  )
  conflicts=(libtsan)

  cd gcc-build

  make -C $CHOST/libsanitizer/tsan DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES

  _install_runtime_library_exception
}

package_libubsan-fast-optimized() {
  pkgdesc='Undefined Behavior Sanitizer runtime library shipped by GCC optimized with -O3 and local cpu tuning'
  depends=(
    'glibc>=2.27'
    libgcc-fast-optimized
    libstdc++-fast-optimized
  )
  provides=(
    libubsan.so
    libubsan
  )
  replaces=(
    libubsan
  )
  conflicts=(libubsan)

  cd gcc-build

  make -C $CHOST/libsanitizer/ubsan DESTDIR="$pkgdir" install-toolexeclibLTLIBRARIES

  _install_runtime_library_exception
}

package_lto-dump-fast-optimized() {
  pkgdesc="Dump link time optimization object files optimized with -O3 and local cpu tuning"
  depends=(
    "gcc-fast-optimized=$pkgver-$pkgrel"
    'glibc>=2.27'
    gmp
    libisl.so
    libmpc
    mpfr
    zlib
    zstd
  )
  provides=(
    lto-dump
  )
  replaces=(
    lto-dump
  )
  conflicts=(lto-dump)
  cd gcc-build
  make -C gcc DESTDIR="$pkgdir" lto.install-{common,man,info}

  _install_runtime_library_exception
}