mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; * configure.ac: Document why AC_CONFIG_SUBDIRS is not suitable for `exec'.
This commit is contained in:
parent
52ed675063
commit
752894ef54
1 changed files with 3 additions and 2 deletions
|
|
@ -191,8 +191,9 @@ AS_IF([test "$XCONFIGURE" = "android"],[
|
||||||
AS_MKDIR_P([exec])
|
AS_MKDIR_P([exec])
|
||||||
|
|
||||||
# Enter exec and configure it, using the C compiler as both the
|
# Enter exec and configure it, using the C compiler as both the
|
||||||
# assembler and the linker. Determine the absolute name of the
|
# assembler and the linker; it is for this reason that
|
||||||
# source directory.
|
# AC_CONFIG_SUBDIRS is not suitable in this context. Establish the
|
||||||
|
# absolute name of the source directory.
|
||||||
# N.B. that the linker is actually cc, so pass -nostdlib, lest
|
# N.B. that the linker is actually cc, so pass -nostdlib, lest
|
||||||
# the crt be linked in. Likewise for as.
|
# the crt be linked in. Likewise for as.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue