mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove references to libg++ and libf2c that aren't needed post-EGCS.
This commit is contained in:
parent
bd43efdba2
commit
09ee9e267c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $Id: Makefile,v 1.87 1998/12/17 23:02:11 dfr Exp $
|
||||
# $Id: Makefile,v 1.88 1999/03/14 17:55:55 markm Exp $
|
||||
|
||||
# To satisfy shared library or ELF linkage when only the libraries being
|
||||
# built are visible:
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
# csu must be built before all shared libaries for ELF.
|
||||
# libcom_err must be built before libss.
|
||||
# libcrypt must be built before libskey.
|
||||
# libm must be built before libf2c, libg++ and libstdc++.
|
||||
# libm must be built before libstdc++.
|
||||
# libmd must be built before libatm, libopie, libradius, libskey,
|
||||
# and libtacplus.
|
||||
# libmytinfo must be built before libdialog and libncurses.
|
||||
|
|
|
|||
Loading…
Reference in a new issue