Browse Source

* 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 năm trước cách đây
mục cha
commit
2e9e005647
2 tập tin đã thay đổi với 168 bổ sung161 xóa
  1. 166 161
      utils/fpcm/fpcmake.inc
  2. 2 0
      utils/fpcm/fpcmake.ini

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 166 - 161
utils/fpcm/fpcmake.inc


+ 2 - 0
utils/fpcm/fpcmake.ini

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

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác