This is the mail archive of the gcc-patches@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: An interface patch


  In message <19990718190838.F0A1A3FC1@varesearch.com>you write:
  > +	# Cross compiling. Assume glibc is compiled with gcc 2.95 or
  > +	# later.
  > +	libc_interface=${libc_interface}eh-
  > +      fi
  > +      ;;
  > +    esac
I believe this is wrong -- just because we are cross compiling does not mean
we are using the dwarf2 EH stuff.

I believe the way to fix this is to search for a C library in the directories
specified by the --with-libs option.  If no C library is found I think it would
be reasonable to issue an error rather than silently guess and take the chance
that we would guess wrong.

Can you please fix these this issue so that I can install the patch.

FYI, the patch will need to be submitted by Friday to get into gcc-2.95.1.

Thanks,
jeff


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