Auto-commit of generated files.
This commit is contained in:
parent
ef862e206a
commit
1d461514ab
1 changed files with 7 additions and 1 deletions
8
autogen/configure
vendored
8
autogen/configure
vendored
|
@ -15521,6 +15521,12 @@ case $opsys in
|
|||
|
||||
;;
|
||||
|
||||
aix*)
|
||||
$as_echo "#define DATA_START 0x20000000" >>confdefs.h
|
||||
|
||||
$as_echo "#define DATA_SEG_BITS 0x20000000" >>confdefs.h
|
||||
|
||||
;;
|
||||
hpux*)
|
||||
$as_echo "#define DATA_START 0x40000000" >>confdefs.h
|
||||
|
||||
|
@ -15615,7 +15621,7 @@ esac
|
|||
|
||||
|
||||
case $opsys in
|
||||
aix4-2 | hpux* | unixware)
|
||||
hpux* | unixware)
|
||||
$as_echo "#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE" >>confdefs.h
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue