Adjust makefiles for GCC80 update.
[dragonfly.git] / contrib / gcc-8.0 / README.DRAGONFLY
1 GCC-8 Release
2 ==================
3
4 Original source of man pages can be downloaded from:
5 http://ftp.gnu.org/gnu/gcc
6
7 file = gcc-8.3.0.tar.xz
8 date = 22 Feb 2019
9 size = 63694700
10 sha1 = c27f4499dd263fe4fb01bcc5565917f3698583b2
11
12 The source files are pulled directly from GCC's Subversion repository.
13 See LAST_UPDATED for SVN or git revision
14
15 The file README.DELETED contains a list of deleted files and directories.
16
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)
27
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                                         add -save-temps=objects option
34   libbacktrace/fileline.c               KERN_PROC_PATHNAME addition
35   libgcc/gthr-posix.h                   avoid weakref (ld.gold issue)
36   libssp/ssp.c                          include <stdlib.h> for alloca()
37   libstdc++-v3/include/c_global/cstdio  remove throw() decorations
38   libstdc++-v3/include/c_global/cstdlib remove throw() decorations
39   libstdc++-v3/include/c_global/cwchar  remove throw() decorations