Skip to content

Commit

Permalink
comment out ideas for bootstraped gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Oct 23, 2011
1 parent cc3c6e7 commit 8c3e3e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/shell/functions
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ gcc_prefetch()
done
package define url "${_package_url}"
package configure flags "--with-pkgversion=GCC_SM_$(date +%Y%m%d_%H%M)"
# package configure flags \
# --with-pkgversion=GCC_SM_$(date +%Y%m%d_%H%M) \
# --with-sysroot=${install_path} \
# --with-build-sysroot=/
}

gcc_preconfigure()
Expand Down

0 comments on commit 8c3e3e2

Please sign in to comment.