scripts/build/cc/gcc.sh
changeset 1898 47710588f1b1
parent 1893 f5dab3c43abf
child 1901 bdb3a98e064b
     1.1 --- a/scripts/build/cc/gcc.sh	Sun Apr 11 11:10:06 2010 +0200
     1.2 +++ b/scripts/build/cc/gcc.sh	Fri Apr 09 21:04:33 2010 +0200
     1.3 @@ -132,6 +132,10 @@
     1.4              ;;
     1.5      esac
     1.6  
     1.7 +    # Bare metal delivers the core compiler as final compiler, so add version info and bugurl
     1.8 +    [ -n "${CT_CC_BUGURL}" ]     && extra_config+=("--with-bugurl=${CT_CC_BUGURL}")
     1.9 +    [ -n "${CT_CC_PKGVERSION}" ] && extra_config+=("--with-pkgversion=${CT_CC_PKGVERSION}")
    1.10 +
    1.11      if [ "${copy_headers}" = "y" ]; then
    1.12          CT_DoLog DEBUG "Copying headers to install area of bootstrap gcc, so it can build libgcc2"
    1.13          CT_DoExecLog ALL mkdir -p "${core_prefix_dir}/${CT_TARGET}/include"