|
Description
|
Now Sun Studio 12 compilers support gcc style options -m32/-m64 to swith address model. Building of Solaris ON using these option failed because cw does not recognize -m32/-m64 options. From log file:
...
/builds2/dm157707/NV-67-mars-patch_01/usr/src/tools/proto/opt/onbld/bin/i386/cw -_gcc -xO3 -m64 -Ui386 -U__i386 -Xa -xildoff -errtags=yes -errwarn=%all -er
roff=E_EMPTY_TRANSLATION_UNIT -erroff=E_STATEMENT_NOT_REACHED -xc99=%none -W0,-xglobalstatic -DTEXT_DOMAIN=\"\" -D_TS_ERRNO -I/builds2/dm157707/NV-67-mar
s-patch_01/proto/root_i386/usr/include -o main.1 -Mmap.noexeglobs.1.template main.c
cw: error: mapping failed at or near arg '-m64'
*** Error code 2
`install' is up to date.
dmake: Warning: Target `install' not remade because of errors
Current working directory /builds2/dm157707/NV-67-mars-patch_01/usr/src/common/mapfiles/gen
*** Error code 1
|