Changeset ec6732d in clfs-embedded for patches


Ignore:
Timestamp:
Oct 8, 2013, 10:11:53 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
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)
Message:

uClibc-configs.patch: Remove OABI, use EABI

Default big and little endian configs are now EABI only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • patches/uClibc-0.9.31-configs-2.patch

    rf2f745e rec6732d  
    77Updated: 2011-02-15 by Andrew Bradford <bradfa@gmail.com>
    88         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.
    911
    1012diff -Naur uClibc-0.9.31.orig/clfs/config.arm.big uClibc-0.9.31/clfs/config.arm.big
     
    4850+TARGET_ARCH="arm"
    4951+FORCE_OPTIONS_FOR_ARCH=y
    50 +CONFIG_ARM_OABI=y
     52+CONFIG_ARM_EABI=y
    5153+# CONFIG_ARM_EABI is not set
    5254+CONFIG_GENERIC_ARM=y
     
    304306+TARGET_ARCH="arm"
    305307+FORCE_OPTIONS_FOR_ARCH=y
    306 +CONFIG_ARM_OABI=y
     308+CONFIG_ARM_EABI=y
    307309+# CONFIG_ARM_EABI is not set
    308310+CONFIG_GENERIC_ARM=y
Note: See TracChangeset for help on using the changeset viewer.