aboutsummaryrefslogtreecommitdiff
path: root/src/config/Options.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r--src/config/Options.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index a27b15ed8c..f28563a274 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -143,7 +143,7 @@ define COREBOOT_COMPILE_DOMAIN
comment "Build domain name"
end
define COREBOOT_COMPILER
- default "$(shell $(CC) $(CFLAGS) -v 2>&1 | tail -n 1)"
+ default "$(shell $(CC) $(CFLAGS) -v 2>&1 | tail -1)"
export always
format "\"%s\""
comment "Build compiler"