freebsd-src/gnu/usr.bin/cc
Joerg Wunsch 6aefd62078 Make only a -r' flag (as opposed to -r*') special within the
LINK_SPEC.  This solves a problem with the f77 frontend where
aproviding the -r8 option (use REAL*8) caused `cc' to ``forget'' to
pass the entry point to the linker.

Closes PR #gnu/644: f77 -r8

Reviewed by:	watanabe@komadori.earth.s.kobe-u.ac.jp (Takeshi WATANABE)
1995-08-04 17:11:32 +00:00
..
c++ Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
cc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
cc1 Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
cc1plus Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
cc_int Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
cccp Integrated GCC-2.6.1 -> GCC-2.6.2 changes. 1994-11-15 04:52:19 +00:00
cpp Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
doc Fix dependencies for gcc.info and reno.info. `make depend' doesn't handle 1995-07-12 18:57:21 +00:00
f77 Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
include Make only a -r' flag (as opposed to -r*') special within the 1995-08-04 17:11:32 +00:00
legal Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
libgcc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
Makefile Add doc subdir 1995-01-22 21:56:38 +00:00
Makefile.inc Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
README ---------------------------------- 1994-11-03 06:52:42 +00:00

$Id$

This directory contains gcc in a form that uses "bmake" makefiles.
This is not the place you want to start, if you want to hack gcc.
we have included everything here which is part of the source-code
of gcc, but still, don't use this as a hacking-base.

If you suspect a problem with gcc, or just want to hack it in general,
get a complete gcc-X.Y.Z.tar.gz from somewhere, and use that.

Please look in the directory src/gnu/gnu2bmake to find the tools
to generate these files.

Thankyou.