<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - `Make install` does not install anything in Alpine ppc64le"
   href="https://bugs.llvm.org/show_bug.cgi?id=35330">35330</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>`Make install` does not install anything in Alpine ppc64le
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>robertoguimaraes8@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I'm building compiler-rt 5.0 in Alpine Linux ppc64le architecture and make
install is not generating any file.

Here are the steps I did to build it:
$ mkdir build
$ cd build
$ cmake ..  -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_C_FLAGS_MINSIZEREL_INIT="-Os
-fomit-frame-pointer" -DCMAKE_CXX_FLAGS_MINSIZEREL_INIT="-Os
-fomit-frame-pointer" -DCMAKE_EXE_LINKER_FLAGS_MINSIZEREL_INIT=-Wl,--as-needed
-DCMAKE_INSTALL_PREFIX=/usr -DCOMPILER_RT_INCLUDE_TESTS=ON
-DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF
$ make

and to install:
$ make DESTDIR=/home/rdutra/aports/main/compiler-rt/pkg/compiler-rt install

After it no file is generated. This used to work fine with version 4.0.0


For more information, the Alpine build script for compiler-rt is at:
<a href="https://github.com/alpinelinux/aports/blob/master/main/compiler-rt/APKBUILD">https://github.com/alpinelinux/aports/blob/master/main/compiler-rt/APKBUILD</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>