Architecture detector updated (also necessary cflag added), now should work for everything thrown at it [Nach]. Updated tools compile info and 'make tools' for new tool.

This commit is contained in:
grinvader
2005-11-02 03:56:39 +00:00
parent 70dc0095df
commit 49d1ad1080
4 changed files with 20 additions and 18 deletions

View File

@@ -115,7 +115,10 @@ ${PSR}: parsegen.cpp
ALL:
rm -f version.o
tools: cutrtype extraext minwhite nreplace sec-test srccount
tools: archopt cutrtype extraext minwhite nreplace sec-test srccount
archopt:
@CC@ @CFLAGS@ -m32 -o ${TOOLSDIR}/archopt ${TOOLSDIR}/archopt.c
cutrtype: ${TOOLSOBJ}
@CXX@ @CXXFLAGS@ -o ${TOOLSDIR}/cutrtype ${TOOLSDIR}/cutrtype.cpp ${TOOLSOBJ}