On Thu, Feb 2, 2017 at 11:53 AM, Dan Horák <[email protected]> wrote: Ack. We did similar changes in rpm macros already so that gcc builds for this platform by default. Glibc will be making equivalent changes as well.
josh > --- > baseconfig/s390x/CONFIG_MARCH_Z900 | 1 - > baseconfig/s390x/CONFIG_MARCH_Z990 | 1 - > baseconfig/s390x/CONFIG_MARCH_Z9_109 | 1 - > baseconfig/s390x/CONFIG_MARCH_ZEC12 | 1 + > 4 files changed, 1 insertion(+), 3 deletions(-) > delete mode 100644 baseconfig/s390x/CONFIG_MARCH_Z900 > delete mode 100644 baseconfig/s390x/CONFIG_MARCH_Z990 > delete mode 100644 baseconfig/s390x/CONFIG_MARCH_Z9_109 > create mode 100644 baseconfig/s390x/CONFIG_MARCH_ZEC12 > > diff --git a/baseconfig/s390x/CONFIG_MARCH_Z900 > b/baseconfig/s390x/CONFIG_MARCH_Z900 > deleted file mode 100644 > index 6fa9110..0000000 > --- a/baseconfig/s390x/CONFIG_MARCH_Z900 > +++ /dev/null > @@ -1 +0,0 @@ > -# CONFIG_MARCH_Z900 is not set > diff --git a/baseconfig/s390x/CONFIG_MARCH_Z990 > b/baseconfig/s390x/CONFIG_MARCH_Z990 > deleted file mode 100644 > index b0c3638..0000000 > --- a/baseconfig/s390x/CONFIG_MARCH_Z990 > +++ /dev/null > @@ -1 +0,0 @@ > -# CONFIG_MARCH_Z990 is not set > diff --git a/baseconfig/s390x/CONFIG_MARCH_Z9_109 > b/baseconfig/s390x/CONFIG_MARCH_Z9_109 > deleted file mode 100644 > index e19e966..0000000 > --- a/baseconfig/s390x/CONFIG_MARCH_Z9_109 > +++ /dev/null > @@ -1 +0,0 @@ > -CONFIG_MARCH_Z9_109=y > diff --git a/baseconfig/s390x/CONFIG_MARCH_ZEC12 > b/baseconfig/s390x/CONFIG_MARCH_ZEC12 > new file mode 100644 > index 0000000..7dbcbb3 > --- /dev/null > +++ b/baseconfig/s390x/CONFIG_MARCH_ZEC12 > @@ -0,0 +1 @@ > +CONFIG_MARCH_ZEC12=y > -- > 2.7.4 > _______________________________________________ > kernel mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected]
