Make good the notation for making c++rt0.o.
Now we should set OBJFORMAT=aout when we build a.out csu libs. Approved by: maintainer
This commit is contained in:
parent
cb24923b6b
commit
c8fb2901ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22497
@ -4,6 +4,6 @@ You could prepare them as:
|
||||
|
||||
1. extract /usr/src/lib (distribution files: src/slib.??)
|
||||
2. cd /usr/src/lib/csu/i386
|
||||
3. make clean depend
|
||||
4. make all install
|
||||
3. make depend
|
||||
4. make OBJFORMAT=aout clean all install
|
||||
===
|
||||
|
@ -4,6 +4,6 @@ You could prepare them as:
|
||||
|
||||
1. extract /usr/src/lib (distribution files: src/slib.??)
|
||||
2. cd /usr/src/lib/csu/i386
|
||||
3. make clean depend
|
||||
4. make all install
|
||||
3. make depend
|
||||
4. make OBJFORMAT=aout clean all install
|
||||
===
|
||||
|
Loading…
Reference in New Issue
Block a user