[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Allegro Developers <alleg-developers@xxxxxxxxxx>
- Subject: [AD] [PATCH] Build Fixes
- From: Shawn Walker <binarycrusader@xxxxxxxxxx>
- Date: Sat, 23 Jul 2005 23:23:23 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ctxtycbrmW1GiOa4x1KnlXy1jlqgvK+GYItwnQzVi+NSS9+pHyEFbYt3DBsag4gHvB9jk0myoZrzfZWN+1vI3rHpJsX2iG03HN/jnOHg5f00s2tIH4AH0lboX6fSrSBHej3i1LyOhm87bSGohq3OXZLlc1XX/WcDSlNUosY/eXw=
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.
--
Shawn Walker, Software and Systems Analyst
binarycrusader@xxxxxxxxxx - http://binarycrusader.blogspot.com/