gprofng is a new project in the binutils-gdb repo, we don't need to
build it.
Change-Id: I1760ef38bc1b272a23a483c365a0b76c1aad6805
echo "Standard configuration"
# Use system tools
- CONF_OPTS+=("--disable-binutils" "--disable-ld" "--disable-gold" "--disable-gas" "--disable-sim" "--disable-gprof")
+ CONF_OPTS+=("--disable-binutils" "--disable-ld" "--disable-gold" "--disable-gas" "--disable-sim" "--disable-gprof" "--disable-gprofng")
# Use system libs
CONF_OPTS+=("--with-system-readline" "--with-system-zlib")