help me to understand what is arch-specific
going to leave, have a nice day, hope to see you again soon!
vishnu wrote: Adobe Premier
Code: Select all
-Ofast [ = ipxx]
Selects optimizations that maximize performance for the
given SGI target platform, ipxx. These optimizations may
differ between releases of the compiler and among the
supported platforms. They enable the full instruction set
of the target platform (for example, -mips4 for an
R10000). Although the optimizations are generally safe,
they may affect floating point accuracy due to
rearrangement of computations (for examples, see the
-OPT:roundoff=3 and -OPT:div_split options in the opt(5)
man page). Typical optimizations include -O3, -IPA,
-TARG:platform=ipxx, -n32, and
-OPT:Olimit=0:roundoff=3:div_split=ON:alias=typed. See
the -TARG:platform=ipxx option for information about the
optional argument.
ivelegacy wrote: (1) things proved to be working on IP32 do not work not on IP28, this, even if I did a copy preserving file's properties.
(
machine1 : tar -cf app.tar patch, scp app.tar machine2_IP:
machine2 : tar -xf app.tar
)