From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web10.5401.1594815632105524451 for ; Wed, 15 Jul 2020 05:20:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=PbfO/w96; spf=pass (domain: nuviainc.com, ip: 209.85.221.67, mailfrom: leif@nuviainc.com) Received: by mail-wr1-f67.google.com with SMTP id r12so2368854wrj.13 for ; Wed, 15 Jul 2020 05:20:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=DcmU+rsq0Bnt7TnX/EZZHMyCdf1bcqTWW5Vp+M3FPmc=; b=PbfO/w96KEIgQ0c4L9Ev5LHdCuFSf66BcZgBqJ0cNS+52B2IHfc8KaIb8xsQZZWVGK 0x8/AgxbXzkjtUn0bSpSrJTPXxt84Waq65yTOv0SC7B1PPzLP17JeMRN+VTCQcngjFc/ 5hPDQB5uMTw8ijmhDI18+X9muBL6pImw+1VucFRa2s/aSLUhq6pKkRjGsuQ5OVG5tust v6yQqwyLfBtRxNi5US7W66OSL/kOoNL5pjzE3SQ29kFL9WugQmy1Zr8pI7l0gGKA0Kvi HOmGVFPN8BCD8VFRHPAruLXtXkvO5ces9oi4T7exr4+a2FxYrn0sQdFbAbtXMXi4fpge u49g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=DcmU+rsq0Bnt7TnX/EZZHMyCdf1bcqTWW5Vp+M3FPmc=; b=FpHyBdctKa/BBOhoRMvm74PjNVlWN8q7Sozxqf9qyrIC1X0RGpIruxISgpLR0ifge2 xheRh5GbblHJwzUzjWNpIC7n3661W961XmzyeknqpQ0YIR/YdLKTsojFHODt8UUpY+lQ b6WHsirSmn4TJN+tSkPtfJgAGSwS0LldavQ/IB/OekolNeBniKsBZP2p+8tscAszeSWP l5d07fz/Vc3JhnpXau2SuvbTLTUwZQy73FFz1aN8VZsv/LPeAbL7nSqQvtyrXdWz278R wQm7vtuVRH+z8NXGUKTeM0SmSGzTuiOxSPPNvfMJorEawWboxa4z3MuvN2lHSIiN7acz hy6w== X-Gm-Message-State: AOAM532YaM/jiDpQg6azkRFenMmQAomJ7FJH3AmGx/NWxNSId41RsENO itN97sJ39PFvmruWz3brRaNJr2+7Z9jZxrws+k/j8847SBalYt63ZsO0gER+GOtD/EnJImldBlp GkMc5zinnnghqBBYjT7Hrbxnkdlp3WQgTc2dUWnxwY3/MVGeplFYw9DFPBHcUrrvacQ== X-Google-Smtp-Source: ABdhPJyuvuAKwlD2+fKgv5pdASiCzSjiP2SGXXSiDV0eXkvWjL3ZG2UL8hdl9GtkQL+Nptbx4NsHRA== X-Received: by 2002:a5d:5686:: with SMTP id f6mr10945003wrv.15.1594815630312; Wed, 15 Jul 2020 05:20:30 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id 26sm3078142wmj.25.2020.07.15.05.20.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Jul 2020 05:20:29 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Michael D Kinney Subject: [PATCH edk2-platforms 1/4] Readme.md: wrap long line Date: Wed, 15 Jul 2020 13:20:24 +0100 Message-Id: <20200715122027.970-2-leif@nuviainc.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200715122027.970-1-leif@nuviainc.com> References: <20200715122027.970-1-leif@nuviainc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The line describing how to set cross compiler prefix was way too long, wrap it to match the rest of the file. Signed-off-by: Leif Lindholm --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ea9492240adb..c5df5a15f53d 100644 --- a/Readme.md +++ b/Readme.md @@ -159,7 +159,8 @@ build command which toolchain to use. We do this by setting the environment variable `{TOOL_CHAIN_TAG}_{TARGET_ARCH}_PREFIX` - in the case above, **GCC5_AARCH64_PREFIX**. -So, referring to the cross compiler toolchain table above, we should prepend the `build` command line with `GCC5_AARCH64_PREFIX=aarch64-linux-gnu-`. +So, referring to the cross compiler toolchain table above, we should prepend the +`build` command line with `GCC5_AARCH64_PREFIX=aarch64-linux-gnu-`. ## Using uefi-tools helper scripts uefi-tools is a completely unofficial set of helper-scripts developed by Linaro. -- 2.20.1