diff options
author | Tobias Schlager <[email protected]> | 2014-02-19 16:17:45 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-02-24 11:02:15 +0100 |
commit | d5b4bd041f625324862ff51f995cd224fb7a9831 (patch) | |
tree | 73c564dba4feeb9a89a88cabca5add7102d516ef /make/cross_check_erl | |
parent | 1cb2aa3ebba6c3d3b0f722fe669f4407d1cf31ea (diff) | |
download | otp-d5b4bd041f625324862ff51f995cd224fb7a9831.tar.gz otp-d5b4bd041f625324862ff51f995cd224fb7a9831.tar.bz2 otp-d5b4bd041f625324862ff51f995cd224fb7a9831.zip |
Make hipe non-upgradable by setting appup file empty
The reason for this is that if you are running a system with native
compiled code, then you will have major problems with soft upgrade
and the only reasonable way to go is to restart your emulator.
Currently there is no instruction that will force ONLY a restart of
the emulator, so the solution would be to hand write a relup with
only a restart_emulator instruction. By letting hipe.appup be empty,
systools will complain and not generate a relup - which should
indicate that you might have to write your relup by hand.
Diffstat (limited to 'make/cross_check_erl')
0 files changed, 0 insertions, 0 deletions