[Bug bootstrap/40447] Add a switch to configure to allow *source* directory of mprt and gmp to be specified.

2021-07-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40447 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |WONTFIX --- Comment #8 from Andrew

[Bug bootstrap/40447] Add a switch to configure to allow *source* directory of mprt and gmp to be specified.

2021-07-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40447 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug bootstrap/40447] Add a switch to configure to allow *source* directory of mprt and gmp to be specified.

2009-06-15 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-06-15 14:59 --- You can use soft links inside the source directory to say where the source directories are located. Is that good enough? -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug bootstrap/40447] Add a switch to configure to allow *source* directory of mprt and gmp to be specified.

2009-06-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-06-15 16:53 --- GCC already outputs the version of GMP/MPFR: GNU C (GCC) version 4.5.0 20090519 (experimental) [trunk revision 147718] (i386-apple-darwin8.11.1) compiled by GNU C version 4.5.0 20090519 (experimental) [trunk

[Bug bootstrap/40447] Add a switch to configure to allow *source* directory of mprt and gmp to be specified.

2009-06-15 Thread david dot kirkby at onetel dot net
--- Comment #4 from david dot kirkby at onetel dot net 2009-06-15 16:56 --- I assume this is only in your experimental version. I can see that is an improvement. I still think the switch would be useful, but it does reduce the need for it somewhat. --

[Bug bootstrap/40447] Add a switch to configure to allow *source* directory of mprt and gmp to be specified.

2009-06-15 Thread jwakely dot gcc at gmail dot com
--- Comment #5 from jwakely dot gcc at gmail dot com 2009-06-15 17:19 --- Older versions show the information too: $ echo | gcc -v -x c -c - 21 | fgrep -B1 GMP GNU C (GCC) version 4.3.2 (i686-pc-linux-gnu) compiled by GNU C version 4.3.2, GMP version 4.2.3, MPFR version 2.3.1.

[Bug bootstrap/40447] Add a switch to configure to allow *source* directory of mprt and gmp to be specified.

2009-06-15 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-06-15 17:20 --- Has been true since: r124822 | ghazi | 2007-05-17 19:04:02 -0700 (Thu, 17 May 2007) | 3 lines * toplev.c (print_version): Output GMP/MPFR version info. --