Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
a4aa3f49
Commit
a4aa3f49
authored
21 years ago
by
DJ Delorie
Browse files
Options
Downloads
Patches
Plain Diff
* config-ml.in, symlink-tree: Add license.
parent
483417b8
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
config-ml.in
+27
-1
27 additions, 1 deletion
config-ml.in
symlink-tree
+25
-0
25 additions, 0 deletions
symlink-tree
with
56 additions
and
1 deletion
ChangeLog
+
4
−
0
View file @
a4aa3f49
2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
* config-ml.in, symlink-tree: Add license.
2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
Merge from gcc:
Merge from gcc:
...
...
This diff is collapsed.
Click to expand it.
config-ml.in
+
27
−
1
View file @
a4aa3f49
# Configure fragment invoked in the post-target section for subdirs
# Configure fragment invoked in the post-target section for subdirs
# wanting multilib support.
# wanting multilib support.
#
#
# Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# 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 2 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; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
#
# Please report bugs to <gcc-bugs@gnu.org>
# and send patches to <gcc-patches@gnu.org>.
# It is advisable to support a few --enable/--disable options to let the
# It is advisable to support a few --enable/--disable options to let the
# user select which libraries s/he really wants.
# user select which libraries s/he really wants.
#
#
...
...
This diff is collapsed.
Click to expand it.
symlink-tree
+
25
−
0
View file @
a4aa3f49
#!/bin/sh
#!/bin/sh
# Create a symlink tree.
# Create a symlink tree.
#
#
# Copyright (C) 1995, 2000, 2003 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 2 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; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
#
# Please report bugs to <gcc-bugs@gnu.org>
# and send patches to <gcc-patches@gnu.org>.
# Syntax: symlink-tree srcdir "ignore1 ignore2 ..."
# Syntax: symlink-tree srcdir "ignore1 ignore2 ..."
#
#
# where srcdir is the directory to create a symlink tree to,
# where srcdir is the directory to create a symlink tree to,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment