makefile changed to forcibly generate symbol files under x86_64 gcc backend

bootstrap binary updated. need to update bootstrap binaries for other
platforms too in order to be able to change their makefiles.


Former-commit-id: 8ef9e6fc88
This commit is contained in:
Norayr Chilingarian 2015-02-02 11:55:23 +04:00
parent 60caef64e4
commit c3e0b3a9cb
6 changed files with 262 additions and 256 deletions

View file

@ -992,6 +992,7 @@ MODULE OPT; (* NW, RC 6.3.89 / 23.1.92 *) (* object model 24.2.94 *)
i := 1; WHILE i < maxImps DO expCtxt.locmno[i] := -1; INC(i) END ;
OutObj(topScope^.right);
ext := sfpresent & symExtended; new := ~sfpresent OR symNew;
IF OPM.forceNewSym THEN new := TRUE END; (* for bootstrapping -- noch *)
IF OPM.noerr & sfpresent & (impCtxt.reffp # expCtxt.reffp) THEN
new := TRUE;
IF ~extsf THEN err(155) END