1 diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
2 index a5ab12ae38..e33e71cb55 100644
3 --- a/lisp/emacs-lisp/comp.el
4 +++ b/lisp/emacs-lisp/comp.el
5 @@ -178,7 +178,7 @@ native-comp-compiler-options
9 -(defcustom native-comp-driver-options nil
10 +(defcustom native-comp-driver-options '(@backendPath@)
11 "Options passed verbatim to the native compiler's back-end driver.
12 Note that not all options are meaningful; typically only the options
13 affecting the assembler and linker are likely to be useful.