public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/43301]  New: top-level configure script ignores ---with-build-time-tools
@ 2010-03-09  1:00 scovich at gmail dot com
  2010-03-09  1:04 ` [Bug bootstrap/43301] " scovich at gmail dot com
  0 siblings, 1 reply; 7+ messages in thread
From: scovich at gmail dot com @ 2010-03-09  1:00 UTC (permalink / raw)
  To: gcc-bugs

./configure ... --with-build-time-tools=$MY_TOOLS ignores $MY_TOOLS (though it
correctly warns when $MY_TOOLS is not an absolute path).

Let's just say this led to extremely frustrating behavior until I decided to
start digging...

Suggested patch to correct the problem:

Index: /home/Ryan/apps/gcc-4.5-src/configure.ac
===================================================================
--- /home/Ryan/apps/gcc-4.5-src/configure.ac    (revision 157227)
+++ /home/Ryan/apps/gcc-4.5-src/configure.ac    (working copy)
@@ -3221,7 +3221,9 @@
   [  --with-build-time-tools=PATH
                           use given path to find target tools during the
build],
   [case x"$withval" in
-     x/*) ;;
+     x/*)
+       with_build_time_tools=$withval
+       ;;
      *)
        with_build_time_tools=
        AC_MSG_WARN([argument to --with-build-time-tools must be an absolute
path])


-- 
           Summary: top-level configure script ignores ---with-build-time-
                    tools
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: scovich at gmail dot com
  GCC host triplet: i686-pc-cygwin
GCC target triplet: x86_64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43301


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <bug-43301-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2022-12-02  6:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-09  1:00 [Bug bootstrap/43301] New: top-level configure script ignores ---with-build-time-tools scovich at gmail dot com
2010-03-09  1:04 ` [Bug bootstrap/43301] " scovich at gmail dot com
     [not found] <bug-43301-4@http.gcc.gnu.org/bugzilla/>
2022-05-24 15:04 ` egallager at gcc dot gnu.org
2022-07-31 20:58 ` egallager at gcc dot gnu.org
2022-08-02 23:05 ` iains at gcc dot gnu.org
2022-08-04  2:20 ` egallager at gcc dot gnu.org
2022-12-02  6:27 ` egallager at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).