Blame sysdeps/i386/isa.h

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