FreeBSD Bugzilla – Attachment 22204 Details for
Bug 38594
Fortan program don't link post gcc-3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
f77.diff
f77.diff (text/plain), 1.75 KB, created by
kargls
on 2002-06-02 23:27:30 UTC
(
hide
)
Description:
f77.diff
Filename:
MIME Type:
Creator:
kargls
Created:
2002-06-02 23:27:30 UTC
Size:
1.75 KB
patch
obsolete
>diff -urN gnu/lib.old/Makefile gnu/lib/Makefile >--- gnu/lib.old/Makefile Tue May 28 17:45:50 2002 >+++ gnu/lib/Makefile Sun Jun 2 14:11:31 2002 >@@ -19,7 +19,7 @@ > .endif > > .if !defined(NO_FORTRAN) >-SUBDIR+= libg2c >+SUBDIR+= libfrtbegin libg2c > .endif > > .include <bsd.subdir.mk> >diff -urN gnu/lib.old/libfrtbegin/MAIN.c gnu/lib/libfrtbegin/MAIN.c >--- gnu/lib.old/libfrtbegin/MAIN.c Wed Dec 31 16:00:00 1969 >+++ gnu/lib/libfrtbegin/MAIN.c Tue Oct 31 03:36:33 2000 >@@ -0,0 +1,4 @@ >+/* $FreeBSD: src/gnu/lib/libg2c/MAIN.c,v 1.2 2000/10/31 11:36:33 obrien Exp $ */ >+ >+int >+MAIN__(){ return 0; } >diff -urN gnu/lib.old/libfrtbegin/Makefile gnu/lib/libfrtbegin/Makefile >--- gnu/lib.old/libfrtbegin/Makefile Wed Dec 31 16:00:00 1969 >+++ gnu/lib/libfrtbegin/Makefile Sun Jun 2 14:16:31 2002 >@@ -0,0 +1,12 @@ >+SRCDIR= ${.CURDIR}/../../../contrib/libf2c >+ >+.PATH: ${SRCDIR} ${SRCDIR}/libF77 >+ >+LIB= frtbegin >+ >+SRCS= MAIN.c main.c >+ >+NOPIC= yes >+NOPROFILE= yes >+ >+.include <bsd.lib.mk> >diff -urN gnu/lib.old/libg2c/Makefile gnu/lib/libg2c/Makefile >--- gnu/lib.old/libg2c/Makefile Sun May 12 09:00:46 2002 >+++ gnu/lib/libg2c/Makefile Sun Jun 2 14:17:20 2002 >@@ -10,7 +10,7 @@ > > # Traditional FORTRAN Library members defined in libF77 > >-F77MISC= F77_aloc.c main.c s_rnge.c abort_.c getarg_.c \ >+F77MISC= F77_aloc.c s_rnge.c abort_.c getarg_.c \ > iargc_.c getenv_.c signal_.c s_stop.c s_paus.c system_.c \ > cabs.c derf_.c derfc_.c erf_.c erfc_.c sig_die.c exit_.c \ > setarg.c setsig.c >@@ -79,7 +79,7 @@ > secnds.o second.o signal.o sleep.o srand.o stat.o symlnk.o \ > system.o time.o ttynam.o umask.o unlink.o vxtidt.o vxttim.o > >-LIBF77SRCS= ${F77SRCS} ${I77SRCS} ${U77SRCS} ${E77SRCS} MAIN.c >+LIBF77SRCS= ${F77SRCS} ${I77SRCS} ${U77SRCS} ${E77SRCS} > > SRCS= ${LIBF77SRCS} > OBJS= ${E77OBJS}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38594
:
22203
| 22204