diff options
-rw-r--r-- | binary/mingw/NOTES (renamed from binary/mingw/new-gcc-version) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binary/mingw/new-gcc-version b/binary/mingw/NOTES index 6642589..ec2a485 100644 --- a/binary/mingw/new-gcc-version +++ b/binary/mingw/NOTES @@ -1,6 +1,6 @@ An overview of steps required to switch to a new GCC version. -1. Get the MinGW build of this version and get configuration +1. Get the MinGW build of this GCC version and get configuration flags (gcc -v). The idea is to build both the cross-compiler and the native compiler (with linked-in ODB plugin) as close to the MinGW configuration as possible. @@ -32,7 +32,7 @@ An overview of steps required to switch to a new GCC version. 3. Adapt older gcc-X.Y.Z-static-plugin.patch (--dry-run) and apply. This step will probably require careful review of changes in the plugin code (plugin.h and plugin.c). - 4. Regegerate configure script in gcc/gcc/. Use the same autoconf + 4. Regenerate configure script in gcc/gcc/. Use the same autoconf version as in the original (see ~/build/autocond-X.Y). For example: sudo make -C ~/build/autoconf-2.64 install |