URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
734 |
jeremybenn |
# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2011
|
| 2 |
|
|
# Free Software Foundation, Inc.
|
| 3 |
|
|
#
|
| 4 |
|
|
# This file is part of GCC.
|
| 5 |
|
|
#
|
| 6 |
|
|
# GCC is free software; you can redistribute it and/or modify
|
| 7 |
|
|
# it under the terms of the GNU General Public License as published by
|
| 8 |
|
|
# the Free Software Foundation; either version 3, or (at your option)
|
| 9 |
|
|
# any later version.
|
| 10 |
|
|
#
|
| 11 |
|
|
# GCC is distributed in the hope that it will be useful,
|
| 12 |
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 13 |
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 14 |
|
|
# GNU General Public License for more details.
|
| 15 |
|
|
#
|
| 16 |
|
|
# You should have received a copy of the GNU General Public License
|
| 17 |
|
|
# along with GCC; see the file COPYING3. If not see
|
| 18 |
|
|
# .
|
| 19 |
|
|
|
| 20 |
|
|
# Build a shared libgcc library with the Tru64 UNIX linker.
|
| 21 |
|
|
|
| 22 |
|
|
SHLIB_LDFLAGS = -Wl,-msym -Wl,-set_version,gcc.1 -Wl,-soname,$(SHLIB_SONAME) \
|
| 23 |
|
|
-Wl,-hidden -Wl,-input,$(SHLIB_MAP)
|
| 24 |
|
|
|
| 25 |
|
|
SHLIB_MKMAP = $(srcdir)/mkmap-flat.awk
|
| 26 |
|
|
SHLIB_MKMAP_OPTS = -v osf_export=1
|
| 27 |
|
|
# Needed so mkmap-flat.awk can parse the nm output.
|
| 28 |
|
|
SHLIB_NM_FLAGS = -Bg
|
| 29 |
|
|
SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/alpha/libgcc-osf5.ver
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.