···11+diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
22+index a5ab12ae38..e33e71cb55 100644
33+--- a/lisp/emacs-lisp/comp.el
44++++ b/lisp/emacs-lisp/comp.el
55+@@ -178,7 +178,7 @@ native-comp-compiler-options
66+ :type '(repeat string)
77+ :version "28.1")
88+99+-(defcustom native-comp-driver-options nil
1010++(defcustom native-comp-driver-options '(@backendPath@)
1111+ "Options passed verbatim to the native compiler's back-end driver.
1212+ Note that not all options are meaningful; typically only the options
1313+ affecting the assembler and linker are likely to be useful.
1414+--
1515+2.37.3
1616+