public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Zack Weinberg <zack@rabi.columbia.edu>
To: craig@jcb-sc.com
Cc: hjl@lucon.com, egcs@egcs.cygnus.com
Subject: Re: egcs-1.2 stuff
Date: Fri, 30 Apr 1999 23:15:00 -0000	[thread overview]
Message-ID: <199904121733.NAA17287@blastula.phys.columbia.edu> (raw)
Message-ID: <19990430231500.W21GKxDjLpB8H5otnWXVtPvg18cHuO37qtPjjll4yKA@z> (raw)
In-Reply-To: <19990412171642.1629.qmail@deer>

On 12 Apr 1999 17:16:42 -0000, craig@jcb-sc.com wrote:
>>BTW, what happened to my patch to libf2c/Makefile.in:
>>
>>Fri Jan 15 07:06:25 1999  H.J. Lu  (hjl@gnu.org)
>>
>>        * Makefile.in (FLAGS_TO_PASS): Use "" instead of ''.
>>
>>I need it to add
>>
>>RUNTESTFLAGS=--tool_opts '-mcpu=pentiumpro -march=pentiumpro'
>>
>>and
>>
>>RUNTESTFLAGS=--tool_opts '-mcpu=pentiumpro -march=pentiumpro -fPIC'
>>
>>to the top level Makefile. It is useful to run testsuites for PPro and
>>PIC. Does anyone else run testsuites for PPro on libf2c? I have
>>complained about libf2c many times. Does anyone from libf2c really have
>>time to listen and care?
>
>It's in my queue, from back when you complained about this for the Nth
>time.
[...]
>Of course, I welcome anyone who *already* understands those things
>stepping in and saying "here's the *right* way to do stuff like this",
>but that hasn't happened yet, AFAIK.

It's a consistency issue.  All the other Makefiles have FLAGS_TO_PASS
defined like so:

FLAGS_TO_PASS = CC="$(CC)" BISON="$(BISON)" ...

but libf2c has

FLAGS_TO_PASS = CC='$(CC)' BISON='$(BISON)' ...

Therefore, you can't use "" or '' quotes in any of the FLAGS_TO_PASS
variables.  If libf2c used "" quotes, it would be safe to put ''
quotes into FLAGS_TO_PASS variables.  I don't have HJ's patch to look
at, but if it does just what the ChangeLog says it does, I think it's
the Right Thing.

This is yet another way the build framework is too complicated.

zw

  reply	other threads:[~1999-04-30 23:15 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-19  1:37 Jeffrey A Law
     [not found] ` < 19506.921836210@hurl.cygnus.com >
1999-03-19  8:49   ` H.J. Lu
     [not found]     ` < m10O2Sm-000ErMC@ocean.lucon.org >
1999-03-19  8:56       ` Jeffrey A Law
     [not found]         ` < 20206.921862608@hurl.cygnus.com >
1999-03-19  9:06           ` H.J. Lu
     [not found]             ` < m10O2ic-000ErMC@ocean.lucon.org >
1999-03-19  9:14               ` Jeffrey A Law
     [not found]                 ` < 20303.921863639@hurl.cygnus.com >
1999-03-19 16:31                   ` H.J. Lu
1999-03-31 23:46                     ` H.J. Lu
1999-04-03 20:37                     ` Jeffrey A Law
1999-04-03 22:42                       ` H.J. Lu
1999-04-30 23:15                         ` H.J. Lu
1999-04-30 23:15                       ` Jeffrey A Law
1999-04-03 20:52                     ` Jeffrey A Law
1999-04-03 22:39                       ` H.J. Lu
1999-04-03 23:41                         ` Jeffrey A Law
1999-04-04  8:49                           ` H.J. Lu
1999-04-12  2:55                             ` Jeffrey A Law
1999-04-12  8:50                               ` H.J. Lu
1999-04-30 23:15                                 ` H.J. Lu
1999-04-12  9:35                               ` H.J. Lu
1999-04-12 10:18                                 ` craig
1999-04-12 10:34                                   ` Zack Weinberg [this message]
1999-04-12 19:17                                     ` craig
1999-04-12 19:26                                       ` Zack Weinberg
1999-04-12 23:10                                         ` H.J. Lu
1999-04-30 23:15                                           ` H.J. Lu
1999-04-13  5:03                                         ` craig
1999-04-30 23:15                                           ` craig
1999-04-30 23:15                                         ` Zack Weinberg
1999-04-13 21:24                                       ` libf2c FLAGS_TO_PASS [was Re: egcs-1.2 stuff ] Jeffrey A Law
1999-04-14  8:19                                         ` H.J. Lu
1999-04-30 23:15                                           ` H.J. Lu
1999-04-14 13:25                                         ` Dave Love
1999-04-14 13:50                                           ` Jeffrey A Law
1999-04-15  6:57                                             ` Dave Love
1999-04-15 21:42                                               ` Jeffrey A Law
1999-04-30 23:15                                                 ` Jeffrey A Law
1999-04-30 23:15                                               ` Dave Love
1999-04-15  7:09                                             ` craig
1999-04-15 21:53                                               ` Jeffrey A Law
1999-04-30 23:15                                                 ` Jeffrey A Law
1999-04-30 23:15                                               ` craig
1999-04-30 23:15                                             ` Jeffrey A Law
1999-04-30 23:15                                           ` Dave Love
1999-04-30 23:15                                         ` Jeffrey A Law
1999-04-30 23:15                                       ` egcs-1.2 stuff craig
1999-04-30 23:15                                     ` Zack Weinberg
1999-04-30 23:15                                   ` craig
1999-04-30 23:15                                 ` H.J. Lu
1999-04-12 10:06                               ` H.J. Lu
1999-04-12 13:29                                 ` Jeffrey A Law
1999-04-12 13:36                                   ` H.J. Lu
1999-04-12 22:13                                     ` Jeffrey A Law
1999-04-30 23:15                                       ` Jeffrey A Law
1999-04-30 23:15                                     ` H.J. Lu
1999-04-30 23:15                                   ` Jeffrey A Law
1999-04-30 23:15                                 ` H.J. Lu
1999-04-30 23:15                               ` Jeffrey A Law
1999-04-30 23:15                             ` H.J. Lu
1999-04-30 23:15                           ` Jeffrey A Law
1999-04-30 23:15                         ` H.J. Lu
1999-04-30 23:15                       ` Jeffrey A Law
1999-03-31 23:46                 ` Jeffrey A Law
1999-03-31 23:46             ` H.J. Lu
1999-03-31 23:46         ` Jeffrey A Law
1999-03-31 23:46     ` H.J. Lu
1999-03-19 10:26   ` Franz Sirl
1999-03-31 23:46     ` Franz Sirl
1999-03-19 13:39 ` Donn Terry
     [not found]   ` < 36F2C319.949610F6@interix.com >
1999-03-19 23:43     ` Jeffrey A Law
1999-03-31 23:46       ` Jeffrey A Law
1999-03-31 23:46   ` Donn Terry
1999-03-24 14:05 ` Toon Moene
     [not found]   ` < 36F95EEA.F12F4575@moene.indiv.nluug.nl >
1999-03-24 18:49     ` craig
1999-03-25 13:11       ` Toon Moene
1999-03-31 23:46         ` Toon Moene
1999-03-31 23:46       ` craig
1999-03-25 14:21     ` Richard Henderson
1999-03-26  6:55       ` Toon Moene
1999-03-31 23:46         ` Toon Moene
1999-03-31 23:46       ` Richard Henderson
1999-03-31 23:46   ` Toon Moene
1999-03-31 23:46 ` Jeffrey A Law
1999-03-19 13:28 John Wehle
     [not found] ` < 199903192127.QAA01231@jwlab.FEITH.COM >
1999-03-19 14:31   ` Joern Rennecke
     [not found]     ` < 199903192230.WAA03855@phal.cygnus.co.uk >
1999-03-19 23:44       ` Jeffrey A Law
1999-03-31 23:46         ` Jeffrey A Law
1999-03-31 23:46     ` Joern Rennecke
1999-03-31 23:46 ` John Wehle
1999-03-22 12:47 John Wehle
1999-03-31 23:46 ` John Wehle
1999-03-28  6:12 Kaveh R. Ghazi
1999-03-28  6:24 ` David Miller
1999-03-31 23:46   ` David Miller
1999-03-28 13:09 ` Jeffrey A Law
1999-03-28 16:06   ` David Miller
1999-03-31 23:46     ` David Miller
1999-03-31 23:46   ` Jeffrey A Law
1999-03-31 23:46 ` Kaveh R. Ghazi
1999-03-31 14:59 John Wehle
1999-03-31 23:46 ` John Wehle
1999-04-01  2:55 ` Jeffrey A Law
1999-04-01 12:15   ` Jerry Quinn
1999-04-01 15:25     ` Jeffrey A Law
1999-04-30 23:15       ` Jeffrey A Law
1999-04-30 23:15     ` Jerry Quinn
1999-04-30 23:15   ` Jeffrey A Law
1999-04-01  3:02 ` Jeffrey A Law
1999-04-30 23:15   ` Jeffrey A Law
1999-04-01  3:07 ` Jeffrey A Law
1999-04-01  8:31   ` H.J. Lu
1999-04-30 23:15     ` H.J. Lu
1999-04-30 23:15   ` Jeffrey A Law
1999-04-01  2:19 Jeffrey A Law
1999-04-30 23:15 ` Jeffrey A Law
1999-04-01  6:59 Dana, Eric
1999-04-01 12:34 ` Martin v. Loewis
1999-04-02 14:40   ` Eric Dana
1999-04-02 14:56     ` Jeffrey A Law
1999-04-30 23:15       ` Jeffrey A Law
1999-04-02 15:49     ` Martin v. Loewis
1999-04-30 23:15       ` Martin v. Loewis
1999-04-30 23:15     ` Eric Dana
1999-04-30 23:15   ` Martin v. Loewis
1999-04-01 19:14 ` Jeffrey A Law
1999-04-30 23:15   ` Jeffrey A Law
1999-04-30 23:15 ` Dana, Eric

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=199904121733.NAA17287@blastula.phys.columbia.edu \
    --to=zack@rabi.columbia.edu \
    --cc=craig@jcb-sc.com \
    --cc=egcs@egcs.cygnus.com \
    --cc=hjl@lucon.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).