diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-07 23:31:55 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-07 23:31:55 +0000 |
commit | 0526538d2a11681ca2b9fd853629d1fcc5eba5fe (patch) | |
tree | 9431a3d7abf91c8092dcca8065a1ac5d71b3b126 /Makeconf | |
parent | 29995859141c4b66a70dc90b890f4d8b7c3ad1ef (diff) |
Formerly Makeconf.~25~
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ CFLAGS := -Wall -Wno-parentheses -g include ../Maketools gccheaders = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/include -libgcc := /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/libgcc.a +libgcc := -lgcc # How to do some things: |