commit:     951e3f54dae6c815fbd89c16004c99b5c4c391ae
Author:     Krzesimir Nowak <knowak <AT> microsoft <DOT> com>
AuthorDate: Thu Jul  7 12:58:55 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 03:45:00 2022 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=951e3f54

crossdev: Take gdb variables into account

When restoring user settings and when figuring out the list of repos.

Signed-off-by: Krzesimir Nowak <knowak <AT> microsoft.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 crossdev | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crossdev b/crossdev
index 8cc3693..954d2ce 100755
--- a/crossdev
+++ b/crossdev
@@ -988,7 +988,7 @@ done
 
 # grab user settings
 d="${CONFIGROOT}/crossdev/${CTARGET}"
-for v in MULTILIB_ABIS USE BVER GVER KVER LVER STAGE CFLAGS LDFLAGS ASFLAGS ; 
do
+for v in MULTILIB_ABIS USE BVER GVER KVER LVER DVER STAGE CFLAGS LDFLAGS 
ASFLAGS ; do
        if [[ -e ${d}/${v} ]] ; then
                # yes, quotes are needed in this instance (export $var="...")
                export ${v}="$(<"${d}"/${v})"
@@ -1347,7 +1347,7 @@ set_metadata() {
        fi
 
        # build up a list of possible repos where we can pull from
-       for d in "${BOVL}" "${GOVL}" "${KOVL}" "${LOVL}" ${SEARCH_OVERLAYS} 
"${MAIN_REPO_PATH}" ; do
+       for d in "${BOVL}" "${GOVL}" "${KOVL}" "${LOVL}" "${DOVL}" 
${SEARCH_OVERLAYS} "${MAIN_REPO_PATH}" ; do
                [[ -z ${d} ]] && continue
 
                name=

Reply via email to