boost ist inkompatibel zu gcc > 3.3

This commit is contained in:
Christian Schlittchen 2005-07-10 07:10:15 +00:00
parent d72fbffb1d
commit 9a3075c4f3
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
C++ = g++ ;
CC = gcc ;
C++ = g++-3.3 ;
CC = gcc-3.3 ;
LINK = gcc-3.3 ;
# ECHO $(JAMUNAME) ;