scripts/build/libc/glibc-eglibc.sh-common
changeset 3102 75c2df0f7a12
parent 3087 17cdb10b1675
child 3118 51160d293e1f
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Mon Oct 22 03:32:28 2012 +0000
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Fri Nov 02 04:04:04 2012 +0000
     1.3 @@ -214,6 +214,10 @@
     1.4              else
     1.5                  OPTIMIZE=-O2
     1.6              fi
     1.7 +            if [ "${CT_LIBC_EGLIBC_2_16_or_later}" = "y" ]; then
     1.8 +                # always include rpc, the user can still override it with TI-RPC
     1.9 +                extra_config+=( --enable-obsolete-rpc )
    1.10 +            fi
    1.11              ;;
    1.12          glibc)
    1.13              # glibc can't be built without -O2 (reference needed!)