config/libc/eglibc.in
changeset 2612 a52574521bea
parent 2520 e3523df95b6b
child 2909 28ac8fbd9e6a
     1.1 --- a/config/libc/eglibc.in	Thu Jun 30 18:14:01 2011 +0200
     1.2 +++ b/config/libc/eglibc.in	Thu Aug 18 16:05:48 2011 +0200
     1.3 @@ -122,6 +122,8 @@
     1.4  config LIBC_EGLIBC_HAS_PKGVERSION_BUGURL
     1.5      bool
     1.6  
     1.7 +if CONFIGURE_has_svn
     1.8 +
     1.9  config EGLIBC_REVISION
    1.10      string
    1.11      prompt "Revision to use"
    1.12 @@ -160,6 +162,16 @@
    1.13        Note that crosstool-NG will *not* update your working copy, you will
    1.14        have to do that yourself.
    1.15  
    1.16 +endif # ! CONFIGURE_has_svn
    1.17 +if ! CONFIGURE_has_svn
    1.18 +
    1.19 +comment "svn is missing. You'll have to either:"
    1.20 +comment "|  - have a pre-downloaded local tarball"
    1.21 +comment "|  - or have a LAN mirror with a pre-downloaded tarball"
    1.22 +comment "otherwise you won't be able to download eglibc"
    1.23 +
    1.24 +endif # ! CONFIGURE_has_svn
    1.25 +
    1.26  config EGLIBC_OPT_SIZE
    1.27      bool
    1.28      prompt "optimize eglibc for size (-Os)"