Hi. I have installed gcc45 and I want to use it as default compiler. I know that is very dangerous to play with compiler so I want your opinion if everything is right. I add this to my /etc/make.conf:
I created a file named libmap.conf on /etc and add these lines:
libobjc.so.2 did not exist on gcc45/ so I uncommented this line. Is everything right? Should I add / remove anything?
Code:
.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc45)
CC=gcc45
CXX=g++45
CPP=cpp45
CPUTYPE?=amd64
.endif
Code:
libgcc_s.so.1 gcc45/libgcc_s.so.1
libgomp.so.1 gcc45/libgomp.so.1
#libobjc.so.3 gcc45/libobjc.so.2
libssp.so.0 gcc45/libssp.so.0
libstdc++.so.6 gcc45/libstdc++.so.6
libobjc.so.2 did not exist on gcc45/ so I uncommented this line. Is everything right? Should I add / remove anything?