diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-03-17 15:42:51 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-03-17 15:42:51 +0000 |
commit | aa74ee0f062db57fe6e615be74f60326b6449ab3 (patch) | |
tree | 0a81b38b5253e036c5ff6fa7ce74b9f916142c0c /gcc | |
parent | 671c2359ee0e2701bb91fc450007818b294988ac (diff) | |
download | gcc-aa74ee0f062db57fe6e615be74f60326b6449ab3.zip gcc-aa74ee0f062db57fe6e615be74f60326b6449ab3.tar.gz gcc-aa74ee0f062db57fe6e615be74f60326b6449ab3.tar.bz2 |
*** empty log message ***
From-SVN: r511
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/x-osfrose | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/x-osfrose b/gcc/config/i386/x-osfrose index 53ee12c..f34e7c5 100644 --- a/gcc/config/i386/x-osfrose +++ b/gcc/config/i386/x-osfrose @@ -6,7 +6,7 @@ BUILD = CC = $(OLDCC) -CLIB = -lld +CLIB = -lbsd -lld X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB) X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS) CPP_ABORT = # -Dabort=fancy_abort |