components/gcc3/patches/g++spec.c.patch
author Lijo George - Oracle Corporation - Bangalore India <lijo.x.george@oracle.com>
Wed, 24 Oct 2012 12:54:29 -0500
branchs11u1-sru
changeset 2405 1e152efcd54f
parent 246 0878f7720e3e
permissions -rw-r--r--
7186501 net-snmp crashes in net_cpu_arch_load

*** gcc-3.4.3/gcc/cp/g++spec.c.orig	Wed Nov 17 09:59:39 2004
--- gcc-3.4.3/gcc/cp/g++spec.c	Mon Jan 28 13:40:34 2008
***************
*** 310,318 ****
    /* Add `-lstdc++' if we haven't already done so.  */
    if (library > 0)
      {
-       arglist[j++] = saw_m64_flag
- 	? "-R" LIBDIR "/amd64"
- 	: "-R" LIBDIR;
        arglist[j++] = saw_profile_flag ? LIBSTDCXX_PROFILE : LIBSTDCXX;
        added_libraries++;
      }
--- 310,315 ----