mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] build tools installed in $(PREFIX)/$(TARGET)


From: John W. Eaton
Subject: [Mingw-cross-env-list] build tools installed in $(PREFIX)/$(TARGET)
Date: Wed, 05 Feb 2014 15:03:32 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

In a fresh clone of MXE, after executing

  make gcc

the directory usr/i686-pc-mingw32/bin (i.e., $(PREFIX)/$(TARGET)/bin)
contains the following files:

  ar  c++      g++  gfortran  ld.bfd  objcopy  ranlib
  as  dlltool  gcc  ld      nm      objdump  strip

and they are all "ELF 64-bit LSB executable, x86-64 ..." files.

Is this intentional?  I was expecting the $(PREFIX)/$(TARGET)
directory to contain only cross-compiled files that are intended to
run on the $(TARGET) system.

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]