diff sources/targets/i686/settings @ 871:b274eb556b50

Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
author Rob Landley <rob@landley.net>
date Fri, 30 Oct 2009 03:45:47 -0500
parents c0a992ba6caf
children 0b53de0d6eec
line wrap: on
line diff
--- a/sources/targets/i686/settings	Thu Oct 29 22:43:13 2009 -0500
+++ b/sources/targets/i686/settings	Fri Oct 30 03:45:47 2009 -0500
@@ -11,6 +11,13 @@
 GFS_CHOST="i686-gentoo-linux-uclibc"
 GFS_ARCH="x86"
 
+UCLIBC_CONFIG="
+ARCH_HAS_MMU=y
+TARGET_i386=y
+CONFIG_PENTIUMIII=y
+UCLIBC_HAS_FPU=y
+"
+
 emulator_command()
 {
   echo qemu -cpu pentium3 $(qemu_defaults "$@") \