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 years ago
parent
commit
2e9e005647
2 changed files with 168 additions and 161 deletions
  1. 166 161
      utils/fpcm/fpcmake.inc
  2. 2 0
      utils/fpcm/fpcmake.ini

File diff suppressed because it is too large
+ 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

Some files were not shown because too many files changed in this diff