mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-06 18:51:29 +00:00
Avoid warnings about invalid escapes in etc/update-copyright.py by using raw strings, add BinutilsFilter to skip psql.rc and add "Kalray SA." as another copyright holder.
23 lines
839 B
Plaintext
23 lines
839 B
Plaintext
# Copyright (C) 2012-2026 Free Software Foundation, Inc.
|
|
#
|
|
# This file is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; see the file COPYING3. If not see
|
|
# <http://www.gnu.org/licenses/>.
|
|
#
|
|
|
|
CFLAGS = /noopt/include=([],[-],[-.-.include])
|
|
LDFLAGS = /nomap
|
|
LDLIBS = ,sys$$library:vaxcrtl.olb/lib
|
|
|
|
all: chew.exe
|