Changeset - r6084:e7d8424e33d4
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-02-19 21:18:39
truelight@openttd.org
(svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile.src.in
Show inline comments
 
@@ -226,6 +226,9 @@ endif
 
$(TTD): rev.o $(OBJS) $(CONFIG_CACHE_LINKER)
 
	$(E) '$(STAGE) Linking $@'
 
ifeq ($(OS), PSP)
 
	# Because of a bug in the PSP GCC tools, linking via CXX results
 
	#  in total chaos and more problems then you can handle. So we need
 
	#  CC to link OpenTTD for PSP
 
	$(Q)$(CC_HOST) $(LDFLAGS) rev.o $(OBJS) $(LIBS) -o $@
 
else
 
	$(Q)$(CXX_HOST) $(LDFLAGS) rev.o $(OBJS) $(LIBS) -o $@
0 comments (0 inline, 0 general)