Changeset ec6732d in clfs-embedded
- Timestamp:
- Oct 8, 2013, 10:11:53 AM (11 years ago)
- Branches:
- master
- Children:
- 8e7dcf3
- Parents:
- f2f745e
- git-author:
- Andrew Bradford <andrew@…> (10/08/13 10:04:55)
- git-committer:
- Andrew Bradford <andrew@…> (10/08/13 10:11:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
patches/uClibc-0.9.31-configs-2.patch
rf2f745e rec6732d 7 7 Updated: 2011-02-15 by Andrew Bradford <bradfa@gmail.com> 8 8 Removed hppa and alpha architectures as they aren't used in embedded. 9 2013-10-08 by Andrew Bradford <andrew@bradfordembedded.com> 10 Removed ARM OABI configs, EABI configs are new default. 9 11 10 12 diff -Naur uClibc-0.9.31.orig/clfs/config.arm.big uClibc-0.9.31/clfs/config.arm.big … … 48 50 +TARGET_ARCH="arm" 49 51 +FORCE_OPTIONS_FOR_ARCH=y 50 +CONFIG_ARM_ OABI=y52 +CONFIG_ARM_EABI=y 51 53 +# CONFIG_ARM_EABI is not set 52 54 +CONFIG_GENERIC_ARM=y … … 304 306 +TARGET_ARCH="arm" 305 307 +FORCE_OPTIONS_FOR_ARCH=y 306 +CONFIG_ARM_ OABI=y308 +CONFIG_ARM_EABI=y 307 309 +# CONFIG_ARM_EABI is not set 308 310 +CONFIG_GENERIC_ARM=y
Note:
See TracChangeset
for help on using the changeset viewer.