Subversion Repositories tendra.SVN

Rev

Rev 75 | Rev 85 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75 Rev 77
Line 127... Line 127...
127
			# System definition is __FreeBSD__
127
			# System definition is __FreeBSD__
128
			check_cc
128
			check_cc
129
			LD="ld"
129
			LD="ld"
130
			CFLAGS=${CFLAGS}
130
			CFLAGS=${CFLAGS}
131
			LDOPTS=
131
			LDOPTS=
132
			LDCRT="/usr/lib/crt0.o /usr/lib/crti.o /usr/lib/crtn.o"
132
			LDCRT="/usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtn.o"
133
			#LDCRT="/usr/lib/crt1.o"
133
			#LDCRT="/usr/lib/crt1.o"
134
			LIBS="-L/usr/lib -lc"
134
			LIBS="-L/usr/lib -lc"
135
			OSFAM="freebsd"
135
			OSFAM="freebsd"
136
			OSVER="12"
136
			OSVER="12"
137
			;;
137
			;;