LoongArch: Fix redefinition of "PACKAGE".

Running configure and make in binutils-gdb.

  $ ./configure
  $ make
In file included from ./as.h:37,
                 from ./config/loongarch-lex.l:21,
                 from config/loongarch-lex-wrapper.c:20:
./config.h:206: error: “PACKAGE” redefined [-Werror]
 #define PACKAGE "gas"
...

  gas/config
  *  loongarch-lex-wrapper.c
This commit is contained in:
liuzhensong 2022-08-30 11:53:15 +08:00
parent 0938b032da
commit df4febc600

View File

@ -16,5 +16,5 @@
along with this program; see the file COPYING3. If not,
see <http://www.gnu.org/licenses/>. */
#include "sysdep.h"
#include "config.h"
#include "config/loongarch-lex.c"