mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c8fb2901ca
Now we should set OBJFORMAT=aout when we build a.out csu libs. Approved by: maintainer
10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
===
|
|
You couldn't build this port for lack of aout csu library files.
|
|
You could prepare them as:
|
|
|
|
1. extract /usr/src/lib (distribution files: src/slib.??)
|
|
2. cd /usr/src/lib/csu/i386
|
|
3. make depend
|
|
4. make OBJFORMAT=aout clean all install
|
|
===
|