|
Description
|
The fix removed one useful line in the output of the cc64-version make target:
/ws/onnv-tools/SUNWspro/SOS8/bin/cc
64-bit compiler
/ws/onnv-tools/SUNWspro/SOS8/bin/cc
became
/ws/onnv-tools/onbld/bin/sparc/cw -_cc
/ws/onnv-tools/SUNWspro/SOS8/bin/cc
/ws/onnv-tools/onbld/bin/sparc/cw -_cc
/ws/onnv-tools/SUNWspro/SOS8/bin/cc
The absence of '64-bit compiler' could be confusing; it should be restored.
To 'compensate' for that removal, however, noise was introduced of the form:
+ /opt/SUNWspro/SOS8/bin/cc -o libfcal_leds.so.1 ... -R/usr/platform/$PLATFORM/lib/picl/plugins:/usr/platform/sun4u/lib/picl/plugins:/usr/lib/picl/plugins pics/fcal_leds.o pics/fc_led_parse.o pics/fcal_leds_thread.o ...
|