annotate sources/targets/powerpc-440fp @ 1439:d2b121fc1567

Use the ext4 driver for ext3 and ext2 filesystems.
author Rob Landley <rob@landley.net>
date Sat, 10 Sep 2011 08:03:10 -0500
parents 0c0072b5acc1
children d8233213e770
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1402
90f0a771a736 Convert architectures. (Putting m68k back next checking, mercurial got confused.)
Rob Landley <rob@landley.net>
parents:
diff changeset
1 DESCRIPTION="Power PC 440, with hardware floating point."
90f0a771a736 Convert architectures. (Putting m68k back next checking, mercurial got confused.)
Rob Landley <rob@landley.net>
parents:
diff changeset
2
1429
0c0072b5acc1 Fix ppc440.
Rob Landley <rob@landley.net>
parents: 1402
diff changeset
3 base_architecture powerpc
1402
90f0a771a736 Convert architectures. (Putting m68k back next checking, mercurial got confused.)
Rob Landley <rob@landley.net>
parents:
diff changeset
4 GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}"
90f0a771a736 Convert architectures. (Putting m68k back next checking, mercurial got confused.)
Rob Landley <rob@landley.net>
parents:
diff changeset
5 BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"
90f0a771a736 Convert architectures. (Putting m68k back next checking, mercurial got confused.)
Rob Landley <rob@landley.net>
parents:
diff changeset
6
1429
0c0072b5acc1 Fix ppc440.
Rob Landley <rob@landley.net>
parents: 1402
diff changeset
7 # LINUX_CONFIG and emulator_command aren't correct, qemu should use -M bamboo
0c0072b5acc1 Fix ppc440.
Rob Landley <rob@landley.net>
parents: 1402
diff changeset
8 # and the kernel config should be a variant of 44x/bamboo_defconfig.
0c0072b5acc1 Fix ppc440.
Rob Landley <rob@landley.net>
parents: 1402
diff changeset
9 # Unfortunately that's hardwired to require an external project (uboot), and
0c0072b5acc1 Fix ppc440.
Rob Landley <rob@landley.net>
parents: 1402
diff changeset
10 # the vmlinux won't boot without a device tree binary. TODO item.