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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user