public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0 of 1] Patch for auto-stuff compat
@ 2010-01-17 17:01 Anthony G. Basile
  2010-01-17 17:01 ` [PATCH 1 of 1] configure: silently ignore auto-stuff options --build --host and friends Anthony G. Basile
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony G. Basile @ 2010-01-17 17:01 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

Here is the patch for the auto-stuff compatibility in configure.

--Anthony G. Basile

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1 of 1] configure: silently ignore auto-stuff options --build  --host and friends
  2010-01-17 17:01 [PATCH 0 of 1] Patch for auto-stuff compat Anthony G. Basile
@ 2010-01-17 17:01 ` Anthony G. Basile
  2010-01-17 22:17   ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony G. Basile @ 2010-01-17 17:01 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User blueness@yellowness.dis
# Date 1263747473 18000
# Node ID 3dd3b62799855a024923537d926ddf6f3b996ccd
# Parent  4baa6a9f6415e7ddc770de29a140993124279b58
configure: silently ignore auto-stuff options --build --host and friends

diff -r 4baa6a9f6415 -r 3dd3b6279985 configure
--- a/configure	Fri Jan 15 22:21:12 2010 +0100
+++ b/configure	Sun Jan 17 11:57:53 2010 -0500
@@ -257,6 +257,9 @@
         --with-*)   set_tool   "$1" "$2" && shift || shift 2;;
         --force)    FORCE=1; shift;;
         --help|-h)  do_help; exit 0;;
+        # Skip, auto-stuff compatibility
+        --build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;;
+        --build|--host|--infodir|--datadir|--sysconfdir|--localstatedir)             shift 2;;
         *)          printf "Unrecognised option: '${1}'\n"; do_help; exit 1;;
     esac
 done

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1 of 1] configure: silently ignore auto-stuff options --build  --host and friends
  2010-01-17 17:01 ` [PATCH 1 of 1] configure: silently ignore auto-stuff options --build --host and friends Anthony G. Basile
@ 2010-01-17 22:17   ` Yann E. MORIN
  0 siblings, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2010-01-17 22:17 UTC (permalink / raw)
  To: crossgcc; +Cc: Anthony G. Basile

Anthony, All,

On Sunday 17 January 2010 17:59:50 Anthony G. Basile wrote:
> # HG changeset patch
> # User blueness@yellowness.dis
> # Date 1263747473 18000
> # Node ID 3dd3b62799855a024923537d926ddf6f3b996ccd
> # Parent  4baa6a9f6415e7ddc770de29a140993124279b58
> configure: silently ignore auto-stuff options --build --host and friends

Applied as 3dd3b6279985. Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
`------------------------------^-------^------------------^--------------------'



--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-17 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-17 17:01 [PATCH 0 of 1] Patch for auto-stuff compat Anthony G. Basile
2010-01-17 17:01 ` [PATCH 1 of 1] configure: silently ignore auto-stuff options --build --host and friends Anthony G. Basile
2010-01-17 22:17   ` Yann E. MORIN

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).