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: Patch: Re: Solaris shell chokes on gcc/configure




  In message <3714CCEB.DE668032@interix.com>you write:
  > Per request from Richard Ernshaw, conform to minimal shell requirement.
  > (I kept the expansion as a comment.)
  > 
  > ChangeLog:
  > 	* configure.in(interix Alpha): Don't use POSIX arithmetic expansion.
I installed a cleaner fix.  Instead of using #s we can just do

target_cpu_default="MASK_GAS|MASK_IEEE_CONFORMANT"

That way we avoid the shell issues and it's clearer what bits are being
set.

Thanks,
jeff


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