scripts/crosstool-NG.sh.in
changeset 1419 634ffd14d936
parent 1417 fd1bd7327bc8
child 1420 0e49e6eddac4
     1.1 --- a/scripts/crosstool-NG.sh.in	Tue Jun 23 22:49:50 2009 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Tue Jun 23 22:52:13 2009 +0200
     1.3 @@ -272,6 +272,7 @@
     1.4      else
     1.5          # plain old way. All libraries in prefix/target/lib
     1.6          CT_SYSROOT_DIR="${CT_PREFIX_DIR}/${CT_TARGET}"
     1.7 +        CT_DEBUGROOT_DIR="${CT_SYSROOT_DIR}"
     1.8          CT_HEADERS_DIR="${CT_SYSROOT_DIR}/include"
     1.9          # hack!  Always use --with-sysroot for binutils.
    1.10          # binutils 2.14 and later obey it, older binutils ignore it.