diff options
author | sumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-12 22:33:06 +0000 |
---|---|---|
committer | sumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-12 22:33:06 +0000 |
commit | b8875d15058e456bd45ba499f9132e7d94b8f0b5 (patch) | |
tree | 8b178edcc4bfb67ed24aa05cfd212d1c0f5a023e /include/makeinclude/platform_netbsd.GNU | |
parent | ee46a69a8f5a0f190a4e90be6fe554f2b9741bfd (diff) | |
download | ATCD-b8875d15058e456bd45ba499f9132e7d94b8f0b5.tar.gz |
*** empty log message ***
Diffstat (limited to 'include/makeinclude/platform_netbsd.GNU')
-rw-r--r-- | include/makeinclude/platform_netbsd.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_netbsd.GNU b/include/makeinclude/platform_netbsd.GNU index d1544d66ef1..b89aa0010f6 100644 --- a/include/makeinclude/platform_netbsd.GNU +++ b/include/makeinclude/platform_netbsd.GNU @@ -15,7 +15,7 @@ CCFLAGS += $(CFLAGS) -fno-implicit-templates DCFLAGS += -g DLD = ld LD = $(CXX) -LIBS += -lstdc++ #-lcompat -lresolv +LIBS += /usr/lib/c++rt0.o -lstdc++ #-lcompat -lresolv ##OCFLAGS += -O2 PIC = -fpic -DPIC AR = ar @@ -23,5 +23,5 @@ ARFLAGS = ruv RANLIB = ranlib SOFLAGS = -Bshareable -x -SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< +SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $< /usr/lib/c++rt0.o PRELIB = @echo |