This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-11-15 23:05:49 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2c7c3a91e9
HardenedBSD
/
gnu
/
lib
/
libgcc_r
/
Makefile
7 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 01:37:10 +02:00
# $FreeBSD$
Create a libgcc with POSIX threads support. Submitted by: Luoqi Chen <luoqi@chen.ml.org> (reorganized by me)
1999-04-14 02:24:03 +02:00
LIB
=
gcc_r
Purely cosmetic changes -- fix Id's
1999-08-16 06:27:28 +02:00
CFLAGS
+=
-D_PTHREADS
Fixed the hack for using "../libgcc/Makefile" in libgcc_r/Makefile. ${LIB} was wrong at dependency-parsing time, so dependencies for libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a were always out of date.
1999-10-03 04:43:20 +02:00
.
i
n
c
l
u
d
e
"../libgcc/Makefile"
Reference in New Issue
Copy Permalink