diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-08-04 17:11:32 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-08-04 17:11:32 +0000 |
| commit | 6aefd620782e6cd2f9628e7ee63c501da0dce074 (patch) | |
| tree | 6ccb602728dd3673321a48034b943f4b95642708 /gnu/usr.bin/cc | |
| parent | 2a353a9fb4c79b3505eb5f414beeb4f326abed4e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/include/tm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/tm.h b/gnu/usr.bin/cc/include/tm.h index 5dc03fb679b6..440d509cefae 100644 --- a/gnu/usr.bin/cc/include/tm.h +++ b/gnu/usr.bin/cc/include/tm.h @@ -42,7 +42,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" #define LINK_SPEC \ - "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*} \ + "%{!nostdlib:%{!r:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*} \ %{p:-Bstatic} %{pg:-Bstatic} %{Z}" /* This goes away when the math emulator is fixed. */ |
