gcc80: Document changes in contrib sources.
[dragonfly.git] / contrib / gcc-8.0 / README.DRAGONFLY
blobc274a22c9bc3fabe783a771217bdab7d6228b8ee
1 GCC-8 Release
2 ==================
4 Original source of man pages can be downloaded from:
5 http://ftp.gnu.org/gnu/gcc
7 file = gcc-8.0.1.tar.xz
8 date = 2 May 2018
9 size = 63372320
10 sha1 = b34031ba9ff3e248b2c62de0825e49a1e0e01998
12 The source files are pulled directly from GCC's Subversion repository.
13 See LAST_UPDATED for SVN revision
15 The file README.DELETED contains a list of deleted files and directories.
17 Configured with
18 ===============
19   --with-bugurl=http://bugs.dragonflybsd.org
20   --enable-languages=c,c++,lto --enable-threads=posix --enable-__cxa_atexit
21   --disable-libunwind-exceptions --disable-libstdcxx-pch
22   --disable-libquadmath --disable-libitm --enable-libstdcxx-dual-abi=yes
23   --enable-lto --enable-plugin --enable-gnu-indirect-function
24   --enable-checking=release --with-pkgversion="[DragonFly]"
25   --disable-nls --disable-multilib --disable-bootstrap
26   ac_cv_lib_dl_dlsym=no (dlsym explictly disabled in libgomp.so)
28 The following files have been patched (* planned)
29 =================================================
30   gcc/c-family/c-format.c               extra TZ "%+" format for strftime()
31   gcc/config/dragonfly.h                default dynamic linker path
32   gcc/gcc.c                             default paths for base tools
33   libbacktrace/fileline.c               KERN_PROC_PATHNAME addition
34   libgcc/gthr-posix.h                   avoid weakref (ld.gold issue)
35   libssp/ssp.c                          include <stdlib.h> for alloca()
36   libstdc++-v3/include/c_global/cstdio  remove throw() decorations
37   libstdc++-v3/include/c_global/cstdlib remove throw() decorations
38   libstdc++-v3/include/c_global/cwchar  remove throw() decorations