[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bare bsp set for m68k
- Date: Wed, 30 Sep 1998 11:57:17 +1000
- From: Robin.Kirkham at mlb.dmt.csiro.au (Robin Kirkham)
- Subject: bare bsp set for m68k
On Tue, 29 Sep 1998, joel at oarcorp.com wrote:
> How does this list look for bare bsp configurations which should be built
> for the m68xxx and Coldfire?
>
> # Motorola m68xxx and Coldfire family
> ...
> bare-m68000)
> BARE_MODEL_ARG=m68000
> BARE_CFLAGS_ARG="-m68000 -msoft-float"
> ;;
> bare-m68302)
> BARE_MODEL_ARG=m68302
> BARE_CFLAGS_ARG="-m68302 -msoft-float"
> ;;
There is no difference between the egcs -m68000 and -m68302 switches (except
for defining __m68302__ in the preprocessor). Also, with egcs at least,
-msoft-float is implied by these flags (or should be). (-m68302 is also not
documented, like -m68332, but that was my doing I think).
This being the case, do you actually need a separate bare-m68302?
> bare-m5200)
> BARE_MODEL_ARG=m5200
> BARE_CFLAGS_ARG="-mm5200"
> ;;
I think the option is -m5200
Cheers
Robin Kirkham CSIRO Manufacturing Science and Technology
Project Engineer Locked Bag 9, Preston 3072, Australia
robin.kirkham at cmst.csiro.au Phone: +61 3 9662-7756 Fax: +61 3 9662-7853