Przeglądaj źródła

* 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 lat temu
rodzic
commit
2e9e005647
2 zmienionych plików z 168 dodań i 161 usunięć
  1. 166 161
      utils/fpcm/fpcmake.inc
  2. 2 0
      utils/fpcm/fpcmake.ini

Plik diff jest za duży
+ 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

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików