Add FORTRAN support.
This commit is contained in:
parent
b414fa0fb0
commit
df35f426d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45767
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.26 1999/04/11 04:11:27 bde Exp $
|
||||
# $Id: Makefile,v 1.27 1999/04/11 04:32:42 bde Exp $
|
||||
#
|
||||
|
||||
#
|
||||
@ -144,11 +144,11 @@ multilib.h:
|
||||
|
||||
options.h:
|
||||
echo '#include "cp/lang-options.h"' > ${.TARGET}
|
||||
#echo '#include "f/lang-options.h"' >> ${.TARGET}
|
||||
echo '#include "f/lang-options.h"' >> ${.TARGET}
|
||||
|
||||
specs.h:
|
||||
echo '#include "cp/lang-specs.h"' > ${.TARGET}
|
||||
#echo '#include "f/lang-specs.h"' >> ${.TARGET}
|
||||
echo '#include "f/lang-specs.h"' >> ${.TARGET}
|
||||
|
||||
tconfig.h:
|
||||
echo '#include "${MACHINE_ARCH}/xm-${MACHINE_ARCH}.h"' > ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user