mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 22:44:59 -04:00
16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
$NetBSD$
|
|
|
|
--- gcc/config/sh/t-netbsd.orig Sat Aug 22 21:43:07 2009
|
|
+++ gcc/config/sh/t-netbsd
|
|
@@ -19,6 +19,10 @@
|
|
TARGET_LIBGCC2_CFLAGS = -fpic -mieee
|
|
LIB1ASMFUNCS_CACHE = _ic_invalidate
|
|
|
|
+# Use sh specific libgcc-std.ver to avoid exporting some
|
|
+# lib1func routines which shoud not be called via PLT.
|
|
+#SHLIB_MAPFILES = $(srcdir)/config/sh/libgcc-std.ver
|
|
+
|
|
LIB2FUNCS_EXTRA=
|
|
|
|
EXTRA_MULTILIB_PARTS=
|