diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-29 01:33:59 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2009-06-29 01:33:59 +0000 |
commit | d48890cfb8cf92f9f2d49763781b20fd01e1e9d4 (patch) | |
tree | b971befb61e661c38ca8a12e087cc3b59f93ce95 /lib/libc/Makefile | |
parent | a162c9ae9c55a9593b15ef618f4df0a045e39dbd (diff) |
Back out previous revision until better tested fix is ready.
Approved by: re (impliciti, by approving previos check-in)
Notes
Notes:
svn path=/head/; revision=195152
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 4f13f8e1f5a5..cf9ef3aa77e4 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -26,7 +26,7 @@ PRECIOUSLIB= # DPADD+= ${LIBGCC} LDFLAGS+= -nodefaultlibs -LDADD+= -lgcc -lssp_nonshared +LDADD+= -lgcc # Define (empty) variables so that make doesn't give substitution # errors if the included makefiles don't change these: |