This is the mail archive of the gcc@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]

one liner for sparc64-linux target



Thu Oct  2 14:16:05 1997  David S. Miller  <davem@tanya.rutgers.edu>

	* config/sparc/linux64.h (LINK_SPEC): Dynamic linker is
	ld-linux64.so.2

*** config/sparc/linux64.h.~1~	Wed Sep 24 20:31:40 1997
--- config/sparc/linux64.h	Thu Oct  2 14:16:04 1997
***************
*** 144,150 ****
      %{!ibcs: \
        %{!static: \
          %{rdynamic:-export-dynamic} \
!         %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.1}} \
          %{static:-static}}} \
  %{mlittle-endian:-EL} \
  "
--- 144,150 ----
      %{!ibcs: \
        %{!static: \
          %{rdynamic:-export-dynamic} \
!         %{!dynamic-linker:-dynamic-linker /lib/ld-linux64.so.2}} \
          %{static:-static}}} \
  %{mlittle-endian:-EL} \
  "


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