mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 14:53:46 +08:00
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:
parent
0938b032da
commit
df4febc600
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user