Search Criteria
Package Details: uboot-pcduino 2017.01-3
Git Clone URL: | https://aur.archlinux.org/uboot-sunxi.git (read-only, click to copy) |
---|---|
Package Base: | uboot-sunxi |
Description: | U-Boot for pcDuino |
Upstream URL: | http://git.denx.de/u-boot.git/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | CReimer |
Maintainer: | KoofyKoof |
Last Packager: | KoofyKoof |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-28 13:08 |
Last Updated: | 2021-01-12 22:28 |
Dependencies (4)
- arm-none-eabi-gcc (arm-none-eabi-gcc47-linaro, arm-none-eabi-gcc48-linaro, arm-none-eabi-gcc53-linaro, arm-none-eabi-gcc49-linaro, arm-none-eabi-gcc55, gcc-arm-none-eabi-bin-83, gcc-arm-none-eabi-bin-92, gcc-arm-none-eabi-bin-82, gcc-arm-none-eabi-bin-73, gcc-arm-none-eabi-bin-72, gcc-arm-none-eabi-bin-63, gcc-arm-none-eabi-bin-93, arm-none-eabi-bin-92-complete, gcc-arm-none-eabi-bin) (make)
- bc (bc-gh) (make)
- dtc (dtc-git) (make)
- python2 (make)
Latest Comments
CReimer commented on 2017-07-21 12:28
I'm aware of that. But I'm not the one who broke it. Some developer thought it would be a good idea to block setting the arch variable inside a package() function.
This PKGBUILD relies on exactly that. I need to overwrite the arch variable in a package() function.
JAClaveroGarcia commented on 2017-07-21 11:13
I think it should generate a package with architecture arm, but it generates it with x86_64 architecture
I wonder if the unset CFLAGS CXXFLAGS LDFLAGS statement from PKGBUILD will not work