This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure for different names/locations


>>>>> "Jeffrey" == Jeffrey A Law <law@cygnus.com> writes:

    Jeffrey>   In message <8922.887999685@algorithmics.com>you write:
    >> With --program-prefix=e, the program_transform_name was not
    >> correctly set in gcc/Makefile; it still had the default
    >> (s,x,x).
    Jeffrey> Yes, it's a known problem.  An analysis or patch would be
    Jeffrey> greatly appreciated :-)


    >> With --program-transform-name='s,^,e,' it was propagated, but
    >> because the CONFIG_ARGUMENTS variable in the Makefile has this
    >> unquoted, and the SHELL (/bin/sh) on the build machine
    >> (sparc-sun-solaris2.5) still uses '^' as a synonmym for '|',
    >> this caused problems later in the build (config.status has this
    >> same problem; it is explicitly a #!/bin/sh script but does not
    >> quote its arguments).

    Jeffrey> Huh?  I don't follow "^" as a synonym for "|".  I've
    Jeffrey> never seen that behavior before.

Ancient lead pipe operator, not modern pcv pipe operator.  :-)

-- 
--------  "And there came a writing to him from Elijah"  [2Ch 21:12]  --------
Robert Jay Brown III rj@eli.elilabs.com  http://www.elilabs.com 1 847 705-0424
Elijah Laboratories Inc.;  37 South Greenwood Avenue;  Palatine, IL 60067-6328
-----  M o d e l i n g   t h e   M e t h o d s   o f   t h e   M i n d  ------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]