Skip to content

Commit d136175

Browse files
committed
Removed specs file in GNUMakefile.os4
1 parent 4f5b94f commit d136175

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

GNUmakefile.os4

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ SHARED := $(if $(SHARED),$(SHARED),yes)
101101
STATIC := $(if $(STATIC),$(STATIC),yes)
102102

103103
LARGEDATA :=
104-
OPTIONS += $(LARGEDATA) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__CLIB2__ -Wa,-mregnames -fno-builtin -nostdlib -D_GNU_SOURCE -D_XOPEN_SOURCE -D_USE_GNU -pipe -specs=misc/specs
104+
OPTIONS += $(LARGEDATA) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__CLIB2__ -Wa,-mregnames -fno-builtin -nostdlib -D_GNU_SOURCE -D_XOPEN_SOURCE -D_USE_GNU -pipe
105105
OPTIMIZE := -O3 -mregnames -mmultiple -mupdate -ffp-contract=fast -mstrict-align
106106

107107
STABS :=
@@ -342,7 +342,7 @@ define MAKESHARED
342342
$(VERBOSE)@$(MAKEDIR) $(@D)
343343
$(VERBOSE)@$(DELETE) $@
344344
$(VERBOSE)echo -e "\rMaking Shared \033[0;31m$@\033[0m"
345-
$(VERBOSE)$(CC) -nostdlib -mcrt=clib4 -shared -o $@ $(OUTPUT_LIB)/shcrtbegin.o $^ $(OUTPUT_LIB)/shcrtend.o $(LOG_COMMAND) -Wl,-soname,$(@F) -specs=misc/specs
345+
$(VERBOSE)$(CC) -nostdlib -mcrt=clib4 -shared -o $@ $(OUTPUT_LIB)/shcrtbegin.o $^ $(OUTPUT_LIB)/shcrtend.o $(LOG_COMMAND) -Wl,-soname,$(@F)
346346
endef
347347

348348
PatchForSPE : $(LIB_ROOT)/misc/PatchForSPE.cpp

misc/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: amigaos4-clib4
2-
Version: 1.0.12
2+
Version: 1.0.0
33
Maintainer: Andrea Palmatè <[email protected]>
44
Architecture: amd64
55
Section: libdevel

0 commit comments

Comments
 (0)