Re: [AD] [PATCH] Build Fixes |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-07-23, Shawn Walker <binarycrusader@xxxxxxxxxx> wrote:
> Patch: http://icculus.org/~eviltypeguy/allegro_build.patch
>
> This patch fixes three things:
>
> * Errors in configure when not using GCC
>
> * Works around a compatability behaviour by using bitwise shifts for
> division with. This is a GNU AS macro problem when GNU AS is compiled
> for a generic i386-elf target instead of a Linux or BSD elf target,
> see here for info:
>
> http://www.mail-archive.com/bug-binutils@xxxxxxxxxx
>
> * Fixes a bug _get_unix_executable_name properly once and for all on
> operating sytems that have a /proc filesystem, but that do not have
> /proc/*/exe entries.
Committed them. Thanks!
Peter