From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/toolchain
Date: Wed, 21 Mar 2007 03:55:02 -0700 (PDT) [thread overview]
Message-ID: <20070321105502.C336448088@busybox.net> (raw)
Author: aldot
Date: 2007-03-21 03:55:02 -0700 (Wed, 21 Mar 2007)
New Revision: 18194
Log:
- add CFLAGS_COMBINE check
Modified:
trunk/buildroot/toolchain/Makefile.in
Changeset:
Modified: trunk/buildroot/toolchain/Makefile.in
===================================================================
--- trunk/buildroot/toolchain/Makefile.in 2007-03-21 10:54:24 UTC (rev 18193)
+++ trunk/buildroot/toolchain/Makefile.in 2007-03-21 10:55:02 UTC (rev 18194)
@@ -16,6 +16,8 @@
# late binding check to see if the target cc supports -fwhole-program
CFLAGS_WHOLE_PROGRAM = $(call cc-option,-fwhole-program,)
+# gcc-3.4 would need -combine, I only support 4.2, which correctly uses '--'
+CFLAGS_COMBINE = $(call cc-option,--combine,)
# gcc has a bunch of needed stuff....
include toolchain/gcc/Makefile.in
next reply other threads:[~2007-03-21 10:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-21 10:55 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-02 20:31 [Buildroot] svn commit: trunk/buildroot/toolchain jacmet at uclibc.org
2008-12-23 10:21 jacmet at uclibc.org
2008-06-16 7:15 jacmet at uclibc.org
2008-03-29 23:10 ulf at uclibc.org
2008-03-30 13:03 ` Peter Korsgaard
2008-03-30 23:39 ` Hamish Moffatt
2008-03-31 6:49 ` Peter Korsgaard
2008-03-29 11:04 ulf at uclibc.org
2008-03-13 17:10 ninevoltz at uclibc.org
2008-03-13 18:23 ` Peter Korsgaard
2008-03-13 18:28 ` John Voltz
2008-03-13 19:35 ` Peter Korsgaard
2008-03-13 20:39 ` John Voltz
2007-10-05 11:02 aldot at uclibc.org
2007-09-28 19:56 ulf at uclibc.org
2007-09-25 22:03 aldot at uclibc.org
2007-09-25 21:49 aldot at uclibc.org
2007-08-21 19:45 aldot at uclibc.org
2007-07-07 9:31 aldot at uclibc.org
2007-06-20 12:00 aldot at uclibc.org
2007-01-24 14:50 aldot at uclibc.org
2007-01-21 11:34 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070321105502.C336448088@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox