* fixed wrong order of libraries, libprint.a is using libstdc++, so it needs to
be passed *before* libstdc++, otherwise the linker that comes with gcc4 complains. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19107 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5290139c41
commit
ada60fd8cc
@ -13,7 +13,7 @@ Addon Canon\ LIPS3\ Compatible : Print :
|
||||
Compress3.cpp
|
||||
;
|
||||
|
||||
LinkAgainst Canon\ LIPS3\ Compatible : be $(TARGET_LIBSTDC++) libprint.a ;
|
||||
LinkAgainst Canon\ LIPS3\ Compatible : be libprint.a $(TARGET_LIBSTDC++) ;
|
||||
|
||||
Package haiku-printingkit-cvs :
|
||||
Canon\ LIPS3\ Compatible :
|
||||
|
@ -12,7 +12,7 @@ Addon Canon\ LIPS4\ Compatible : Print :
|
||||
Lips4Cap.cpp
|
||||
;
|
||||
|
||||
LinkAgainst Canon\ LIPS4\ Compatible : be $(TARGET_LIBSTDC++) libprint.a ;
|
||||
LinkAgainst Canon\ LIPS4\ Compatible : be libprint.a $(TARGET_LIBSTDC++) ;
|
||||
|
||||
Package haiku-printingkit-cvs :
|
||||
Canon\ LIPS4\ Compatible :
|
||||
|
@ -12,7 +12,7 @@ Addon PCL5\ Compatible : Print :
|
||||
PCL5Cap.cpp
|
||||
;
|
||||
|
||||
LinkAgainst PCL5\ Compatible : be $(TARGET_LIBSTDC++) libprint.a ;
|
||||
LinkAgainst PCL5\ Compatible : be libprint.a $(TARGET_LIBSTDC++) ;
|
||||
|
||||
Package haiku-printingkit-cvs :
|
||||
PCL5\ Compatible :
|
||||
|
@ -18,7 +18,7 @@ Addon PCL6\ Compatible : Print :
|
||||
|
||||
ObjectC++Flags [ FGristFiles jetlib.o ] : -w ;
|
||||
|
||||
LinkAgainst PCL6\ Compatible : be $(TARGET_LIBSTDC++) libprint.a ;
|
||||
LinkAgainst PCL6\ Compatible : be libprint.a $(TARGET_LIBSTDC++) ;
|
||||
|
||||
Package haiku-printingkit-cvs :
|
||||
PCL6\ Compatible :
|
||||
|
Loading…
Reference in New Issue
Block a user