summaryrefslogtreecommitdiffhomepage
path: root/009.gcc.full.build
diff options
context:
space:
mode:
Diffstat (limited to '009.gcc.full.build')
-rw-r--r--009.gcc.full.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/009.gcc.full.build b/009.gcc.full.build
index fe469ff3..3c9633e0 100644
--- a/009.gcc.full.build
+++ b/009.gcc.full.build
@@ -5,7 +5,7 @@
# Order: stage1, runtime, full, native
if [ "${3}" = runtime ]\
-|| [ "${3}" = libstdc++-v3 ]; then
+|| [ "${3}" = libstdc++-v3 ]\
|| [ "${3}" = full ]; then
set_build_dir cbb-gcc-${PKG_GCC_VERSION} cross;
cd ${PKG_BUILD_DIR};