浏览代码

* don't add a utils prefix when the target cpu is the JVM, because the
Jasmin assembler we use is a Java program, so the "assembler binary" is
java itself (which is a native program for the current host in any case)

git-svn-id: branches/jvmbackend@18350 -

Jonas Maebe 14 年之前
父节点
当前提交
2e9e005647
共有 2 个文件被更改,包括 168 次插入161 次删除
  1. 166 161
      utils/fpcm/fpcmake.inc
  2. 2 0
      utils/fpcm/fpcmake.ini

文件差异内容过多而无法显示
+ 166 - 161
utils/fpcm/fpcmake.inc


+ 2 - 0
utils/fpcm/fpcmake.ini

@@ -423,11 +423,13 @@ ifndef BINUTILSPREFIX
 ifndef CROSSBINDIR
 ifdef CROSSCOMPILE
 ifndef DARWIN2DARWIN
+ifneq ($(CPU_TARGET),jvm)
 BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
 endif
 endif
 endif
 endif
+endif
 
 # Try first the full target name, otherwise try only
 # the OS for backwards compatibility

部分文件因为文件数量过多而无法显示