-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes to get it compilable, and (almost) linkable.
The problem now is that the list library doesn't seem to be updated yet (#3) and also, the time library seems to bring in an udivdi3/umoddi3 dependency that is yet to be satisfied.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,14 @@ OBJECTS = %w( | |
) | ||
|
||
LIBRARIES = %w( | ||
ipc | ||
ipv4 | ||
log | ||
memory | ||
random | ||
time | ||
string | ||
system | ||
) | ||
|
||
OUTPUT = 'ipv4' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters