Blame sysdeps/i386/i686/init-arch.h

Packit Service 541783
/* Copyright (C) 2015-2018 Free Software Foundation, Inc.
Packit Service 77cbd9
   This file is part of the GNU C Library.
Packit Service 77cbd9
Packit Service 77cbd9
   The GNU C Library is free software; you can redistribute it and/or
Packit Service 77cbd9
   modify it under the terms of the GNU Lesser General Public
Packit Service 77cbd9
   License as published by the Free Software Foundation; either
Packit Service 77cbd9
   version 2.1 of the License, or (at your option) any later version.
Packit Service 77cbd9
Packit Service 77cbd9
   The GNU C Library is distributed in the hope that it will be useful,
Packit Service 77cbd9
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 77cbd9
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 77cbd9
   Lesser General Public License for more details.
Packit Service 77cbd9
Packit Service 77cbd9
   You should have received a copy of the GNU Lesser General Public
Packit Service 77cbd9
   License along with the GNU C Library; if not, see
Packit Service 541783
   <http://www.gnu.org/licenses/>.  */
Packit Service 541783
Packit Service 541783
#define MINIMUM_ISA 686
Packit Service 541783
#include <sysdeps/x86/init-arch.h>