* configure.host (newlib_cflags): When host is in m68* add

-DCOMPACT_CTYPE.
This commit is contained in:
Thomas Fitzsimmons
2002-02-20 00:47:07 +00:00
parent aa6df8d7d4
commit 55500bf14f
2 changed files with 6 additions and 0 deletions

View File

@ -121,6 +121,7 @@ case "${host_cpu}" in
;;
m68*)
machine_dir=m68k
newlib_cflags="${newlib_cflags} -DCOMPACT_CTYPE"
;;
m88k)
machine_dir=m88k