pk
|
14c0d3cb5e
|
Don't barf if builtin directories happen to be non-existent.
|
1994-01-13 19:35:38 +00:00 |
|
pk
|
954ef13a90
|
Fill in gdb hook.
|
1994-01-12 19:19:09 +00:00 |
|
pk
|
c831490751
|
Add __GCC_NEW_VARARGS__ to preprocessor symbols.
|
1994-01-10 12:26:10 +00:00 |
|
cgd
|
2d2a287a9a
|
uncomment a definition
|
1994-01-10 00:04:08 +00:00 |
|
cgd
|
1e4db7c6a6
|
delete some stuff that wasn't necessary, add things in to make it
look more like a 'standard' mach-dep config file.
|
1994-01-09 23:45:26 +00:00 |
|
cgd
|
0409100437
|
you can't use DESTDIR to help specify a library for LDADD or DPADD,
for a couple of reasons: (1) you're not supposed to, and (2) the first
time you try to 'make' with DESTDIR set to a certain place, things
will break.
|
1994-01-07 13:27:03 +00:00 |
|
jtc
|
bb0242b058
|
Don't remove c++ header directory before installing headers.
Users who still have old headers loose.
|
1994-01-07 00:16:43 +00:00 |
|
jtc
|
a3051779c5
|
Added port-specific categories.
|
1994-01-06 23:24:53 +00:00 |
|
mycroft
|
27710a7332
|
Clean up deleted files.
|
1994-01-06 15:57:33 +00:00 |
|
cgd
|
1a1524efb8
|
squish GNU pr
|
1994-01-06 15:57:24 +00:00 |
|
pk
|
1d9da4ac9e
|
Must look at relocation before classifying local symbols (affects `ld -r -x').
|
1994-01-06 00:20:47 +00:00 |
|
pk
|
30ebbeb8bf
|
Use ${DESTDIR}.
Handcraft ${LIBCURSES} as we don't include bsd.prog.mk here.
|
1994-01-05 21:56:40 +00:00 |
|
mycroft
|
827166f3bc
|
Asleep at the wheel. Fix LDADD and DPADD correctly this time.
|
1994-01-05 21:34:30 +00:00 |
|
mycroft
|
212a74c429
|
Add -lcurses (for now).
|
1994-01-05 21:27:44 +00:00 |
|
pk
|
0717be952c
|
The first C++ shared library version.
|
1994-01-05 21:22:16 +00:00 |
|
pk
|
59e6fa2423
|
Link with /usr/lib/c++rt0.o, which takes care of ctors/dtors in the library.
|
1994-01-05 21:20:05 +00:00 |
|
pk
|
ebba6fe548
|
Fix bug with `-A' symbol-file handling.
|
1994-01-05 16:24:53 +00:00 |
|
cgd
|
e3fd3a8611
|
probably incorrect, but i want it to compile *now*.
add <sys/types.h> where necessary. from brezak.
|
1993-12-30 13:26:40 +00:00 |
|
davidb
|
c98d8a269a
|
Fixed a bug I introduced in the last update. devices/*/Makefile were
barfing on the definition of libraries due to the added directory level.
Easy fix, as they don't need that code.
|
1993-12-30 00:10:17 +00:00 |
|
davidb
|
3a435f99f9
|
Changed to use make's new .OBJDIR
|
1993-12-28 10:59:05 +00:00 |
|
cgd
|
ed0c68f4e7
|
add files eaten by crash
|
1993-12-23 14:02:03 +00:00 |
|
pk
|
a71feb52bb
|
Remove some debris, causing "multiple defined" messages to be missed.
|
1993-12-23 09:37:43 +00:00 |
|
cgd
|
394d0b6f2c
|
NetBSD has now joined the ranks of SYSV systems with the
dirent/direct changes!
|
1993-12-22 18:15:21 +00:00 |
|
davidb
|
b766647b77
|
Fixed objdir handling to cope with OBJMACHINE.
|
1993-12-21 22:13:06 +00:00 |
|
pk
|
22a4a0d445
|
match.S is for m68k and i36 archs only.
|
1993-12-21 20:27:39 +00:00 |
|
davidb
|
77342edbf3
|
Added OBJMACHINE handling. Got the precedence right this time :)
|
1993-12-20 22:46:09 +00:00 |
|
pk
|
0cc050772f
|
Hooks for for shared C++ objects with static contructors/destructors.
|
1993-12-20 22:44:35 +00:00 |
|
cgd
|
f92e10ca14
|
obj.MACHINE takes precedence over obj
|
1993-12-20 13:35:26 +00:00 |
|
davidb
|
6e10086367
|
Fixed ADDINCLUDE to support OBJMACHINE (eg. obj.i386/)
|
1993-12-20 13:13:02 +00:00 |
|
davidb
|
498164e847
|
A ns32032 target...
|
1993-12-19 08:42:08 +00:00 |
|
mycroft
|
2edd620d48
|
Finish checking in David's change..
|
1993-12-19 07:32:22 +00:00 |
|
davidb
|
1acdc0922d
|
Moved -DPIC from generic Makefile to machine-specific Makefiles to
allow machines without PIC support to compile cleanly.
|
1993-12-19 04:35:57 +00:00 |
|
pk
|
a6aa50489e
|
Add fflush(stdout) to get output in a intuitive order.
|
1993-12-16 08:33:36 +00:00 |
|
pk
|
e6ec7ca3da
|
Whoops, a couple of lines at the wrong place.
|
1993-12-15 13:26:46 +00:00 |
|
mycroft
|
cbe3d33b6d
|
P[GD]_SHIFT --> P[GD]SHIFT
|
1993-12-15 00:50:45 +00:00 |
|
pk
|
37bd8761bb
|
Fix bug causing spurious "duplicate symbol" error messages (which then
weren't printed)
|
1993-12-10 20:24:48 +00:00 |
|
mycroft
|
04dac8afca
|
Clean up deleted files.
|
1993-12-10 16:39:02 +00:00 |
|
cgd
|
a2a66c8f40
|
flex is not GPL'd; it belongs in src/usr.bin, not here
|
1993-12-10 16:38:27 +00:00 |
|
mycroft
|
a09abb4d2b
|
Minor cleanup.
|
1993-12-10 05:10:22 +00:00 |
|
jtc
|
0bac3c4487
|
Upgrade to version 2.4.4.
|
1993-12-09 19:06:03 +00:00 |
|
mycroft
|
095ee89371
|
Clean up deleted files.
|
1993-12-09 09:53:42 +00:00 |
|
mycroft
|
95241e6955
|
Eliminate a compiler warning.
|
1993-12-09 00:38:25 +00:00 |
|
mycroft
|
676f96319e
|
Take 2. Key off __NetBSD__ and -D it from the Makefile.
|
1993-12-08 21:31:57 +00:00 |
|
mycroft
|
226710e9dd
|
Key off `m68k' for some instruction format issues. I recall changing this
once before...
|
1993-12-08 21:11:45 +00:00 |
|
pk
|
4bb077c003
|
Make `neg %reg' work (will check this with newer gasses later).
|
1993-12-08 15:36:57 +00:00 |
|
mycroft
|
8363f8736d
|
Use MACHINE_ARCH.
|
1993-12-08 11:47:17 +00:00 |
|
pk
|
36a801eebd
|
Isolate the tricky bits..
|
1993-12-08 10:33:45 +00:00 |
|
pk
|
fb781361ed
|
Small nits.
|
1993-12-08 10:28:56 +00:00 |
|
pk
|
a711901191
|
Parcelled out the heap allocator into separate file.
Changes prototype for findshlib() (corrected library search order for ld).
|
1993-12-08 10:28:05 +00:00 |
|
pk
|
efa4a5a7aa
|
*** empty log message ***
|
1993-12-08 10:16:08 +00:00 |
|