mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
newlib doesn't longer define fd_set
=> the definition of _POSIX_SOURCE isn't longer required
This commit is contained in:
parent
bb07c7c7a4
commit
0f4ed50569
2 changed files with 1 additions and 5 deletions
|
@ -97,10 +97,6 @@ RCCE_pingpong: RCCE_pingpong.o
|
|||
$Q$(OBJCOPY_FOR_TARGET) $(STRIP_DEBUG) $@
|
||||
$Qchmod a-x $@.sym
|
||||
|
||||
netio.o: netio.c
|
||||
@echo [CC] $@
|
||||
$Q$(CC_FOR_TARGET) -c $(CFLAGS_FOR_TARGET) -D_POSIX_SOURCE -o $@ $<
|
||||
|
||||
netio: netio.o
|
||||
@echo [LD] $@
|
||||
$Q$(CC_FOR_TARGET) -o $@ $< $(LDFLAGS_FOR_TARGET) $(CFLAGS_FOR_TARGET)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 88c9720864aa92b8ee5b2bf06a5718ca8eba6f69
|
||||
Subproject commit 6c1f50c29faf3096050ffcfeadf0c051d532ea7b
|
Loading…
Add table
Reference in a new issue