mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
@R patches to work with amigaos-*-m68k
This commit is contained in:
parent
f05e1e6bd5
commit
3be02d4321
@ -226,6 +226,11 @@ case "${host_os}" in
|
||||
os_include_dir="os/generic"
|
||||
atomicity_dir="cpu/generic"
|
||||
;;
|
||||
amiga*)
|
||||
os_include_dir="os/newlib"
|
||||
CXXFLAGS="${CXXFLAGS} -noixemul"
|
||||
CPPFLAGS="${CPPFLAGS} -noixemul"
|
||||
;;
|
||||
bsd*)
|
||||
# Plain BSD attempts to share FreeBSD files.
|
||||
os_include_dir="os/bsd/freebsd"
|
||||
|
||||
@ -149,9 +149,7 @@ namespace std
|
||||
#if _GLIBCXX_USE_C99_STDIO
|
||||
|
||||
#undef snprintf
|
||||
#ifndef AMIGA
|
||||
#undef vfscanf
|
||||
#endif
|
||||
#undef vscanf
|
||||
#undef vsnprintf
|
||||
#undef vsscanf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user