Blame sysdeps/i386/init-arch.h

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