-
Tor Didriksen authored
For Sun Studio we must build with -std=c++03 We must also remove this hack Since Sun Studio depends on seeing __attribute__ ((__weakref__)) in order to generate correct code. Fix: sed -i -e 's/__attribute__/MY_ATTRIBUTE/g' `cat <list of srouce files>`
Tor Didriksen authoredFor Sun Studio we must build with -std=c++03 We must also remove this hack Since Sun Studio depends on seeing __attribute__ ((__weakref__)) in order to generate correct code. Fix: sed -i -e 's/__attribute__/MY_ATTRIBUTE/g' `cat <list of srouce files>`
Loading