Auto-commit of generated files.
This commit is contained in:
parent
b0e069c2ac
commit
3766b7428c
1 changed files with 3 additions and 1 deletions
4
autogen/configure
vendored
4
autogen/configure
vendored
|
@ -8535,7 +8535,7 @@ case "$opsys" in
|
|||
;;
|
||||
|
||||
openbsd)
|
||||
## Han Boetes <han@mijncomputer.nl> says this is necessary,
|
||||
## Han Boetes <han@boetes.org> says this is necessary,
|
||||
## otherwise Emacs dumps core on elf systems.
|
||||
LD_SWITCH_SYSTEM="-Z"
|
||||
;;
|
||||
|
@ -27741,6 +27741,8 @@ case "$opsys" in
|
|||
## It seems clearer therefore to put this piece in LD_SWITCH_SYSTEM_TEMACS.
|
||||
gnu*) LD_SWITCH_SYSTEM_TEMACS="\$(LD_SWITCH_X_SITE_RPATH)" ;;
|
||||
|
||||
openbsd) LD_SWITCH_SYSTEM_TEMACS='-nopie' ;;
|
||||
|
||||
*) LD_SWITCH_SYSTEM_TEMACS= ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue