Change handling of errno/seterrno to new behaviour. By Maciej Witkowiak.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4791 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2010-08-07 18:22:37 +00:00
parent 3eed1bffbc
commit 103af67585
2 changed files with 32 additions and 26 deletions

View File

@@ -191,7 +191,7 @@ geoslib:
AS=../$(AS) \
AR=../$(AR) \
LD=../$(LD) \
AFLAGS="-t geos -I../../../asminc" \
AFLAGS="-t geos --forget-inc-paths -I../../../asminc" \
CFLAGS="-Osir -g -T -t geos --forget-inc-paths -I. -I../../../include" \
$(MAKE) -C geos || exit 1
for i in em joystick tgi conio common runtime zlib; do \
@@ -199,7 +199,7 @@ geoslib:
AS=$(AS) \
LD=$(LD) \
AR=$(AR) \
AFLAGS="-t geos -I../../asminc" \
AFLAGS="-t geos --forget-inc-paths -I../../asminc" \
CFLAGS="-Osir -g -T -t geos --forget-inc-paths -I. -I../../include" \
$(MAKE) SYS=geos -C $$i || exit 1; \
for objfile in $$i/*.o; do \