mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/gcc/gcc-initial: fix typo
Fix typo: am internal step -> an internal step
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 51793e0d56)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9b1f944948
commit
b9686e8ba2
@@ -9,7 +9,7 @@ GCC_INITIAL_SITE = $(GCC_SITE)
|
||||
GCC_INITIAL_SOURCE = $(GCC_SOURCE)
|
||||
|
||||
# We do not have a 'gcc' package per-se; we only have two incarnations,
|
||||
# gcc-initial and gcc-final. gcc-initial is just am internal step that
|
||||
# gcc-initial and gcc-final. gcc-initial is just an internal step that
|
||||
# users should not care about, while gcc-final is the one they shall see.
|
||||
HOST_GCC_INITIAL_DL_SUBDIR = gcc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user