Remove leftovers of IRIX port
This removes the remaining pieces of the IRIX port that was removed by ea91a6be89575095f61ebf36d67c2df98be093db.
This commit is contained in:
parent
ebefbb5fde
commit
3626adf266
@ -1,19 +0,0 @@
|
|||||||
AROPT = crs
|
|
||||||
rpath = -Wl,-rpath,'$(rpathdir)'
|
|
||||||
|
|
||||||
DLSUFFIX = .so
|
|
||||||
# PIC is default
|
|
||||||
CFLAGS_SL =
|
|
||||||
|
|
||||||
override CPPFLAGS += -U_NO_XOPEN4
|
|
||||||
|
|
||||||
ifneq ($(GCC), yes)
|
|
||||||
CFLAGS += -woff 1164,1171,1185,1195,1552
|
|
||||||
endif
|
|
||||||
LDFLAGS += -Wl,-woff,15 -Wl,-woff,84
|
|
||||||
|
|
||||||
# Rule for building a shared library from a single .o file
|
|
||||||
%.so: %.o
|
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $<
|
|
||||||
|
|
||||||
sqlmansect = 5sql
|
|
Loading…
x
Reference in New Issue
Block a user