small asmconv cleanups.
- put asmconv in /usr/bin so it can be invoked without absolute path - make it ignore .end in gnu output mode so that it can be invoked without '|| true' in the gnu lib makefiles and it doesn't produce the messy error message
This commit is contained in:
@@ -133,7 +133,7 @@ gnuCommands()
|
||||
|
||||
case $srcfile in
|
||||
*.s )
|
||||
echo " gcc $CFLAGS -E -x assembler-with-cpp -I. $srcfile | asmconv -mi386 ack gnu > $GNUBASE/$OBJDIR/$srcfile.gnu || true"
|
||||
echo " gcc $CFLAGS -E -x assembler-with-cpp -I. $srcfile | asmconv -mi386 ack gnu > $GNUBASE/$OBJDIR/$srcfile.gnu"
|
||||
echo " gas -o $dstfile $GNUBASE/$OBJDIR/$srcfile.gnu"
|
||||
|
||||
echo " mkdep 'gcc $CFLAGS -E -x assembler-with-cpp -I.' $srcfile | $sedcmd >> .depend-gnu" >&4
|
||||
|
||||
Reference in New Issue
Block a user