Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu x64, 64 bit libs are in /usr/lib #1

Open
tqh opened this issue Jan 13, 2013 · 3 comments
Open

Ubuntu x64, 64 bit libs are in /usr/lib #1

tqh opened this issue Jan 13, 2013 · 3 comments

Comments

@tqh
Copy link

tqh commented Jan 13, 2013

On 64-bit Ubuntu 64-bit libs are in /usr/lib and 32 bit libs are in /usr/lib32.
Libdir needs to be changed to:

ifeq ($(ARCH),x86_64)
    LIBDIR=/usr/lib
    FORMAT=efi-app-x86-64
else
    ARCH=ia32
    LIBDIR=/usr/lib32
    FORMAT=efi-app-$(ARCH)
endif
@SevenBits
Copy link

Just do it yourself and file a pull request, or just make an updated fork.

@anatol
Copy link

anatol commented May 2, 2014

As a workaround build using make LIBDIR=/usr/lib

@tqh
Copy link
Author

tqh commented Jun 21, 2022

Can I close this one as stale?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants