From 14531e0c44c1a06c209ddccdffbb56c1562bf129 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 19 May 2004 21:37:43 +0000 Subject: Rename irix5 port to irix. --- src/makefiles/Makefile.irix | 20 ++++++++++++++++++++ src/makefiles/Makefile.irix5 | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 src/makefiles/Makefile.irix delete mode 100644 src/makefiles/Makefile.irix5 (limited to 'src/makefiles') diff --git a/src/makefiles/Makefile.irix b/src/makefiles/Makefile.irix new file mode 100644 index 0000000000..4062161d9e --- /dev/null +++ b/src/makefiles/Makefile.irix @@ -0,0 +1,20 @@ +MK_NO_LORDER= true +AROPT = crs +rpath = -Wl,-rpath,$(libdir) +shlib_symbolic = -Wl,-B,symbolic + +DLSUFFIX = .so +# PIC is default +CFLAGS_SL = + +%.so: %.o + $(LD) -G -Bdynamic -shared -o $@ $< + +override CPPFLAGS += -U_NO_XOPEN4 + +ifneq ($(GCC), yes) +CFLAGS += -woff 1164,1171,1185,1195,1552 +endif +LDFLAGS += -Wl,-woff,15 -Wl,-woff,84 + +sqlmansect = 5sql diff --git a/src/makefiles/Makefile.irix5 b/src/makefiles/Makefile.irix5 deleted file mode 100644 index 4062161d9e..0000000000 --- a/src/makefiles/Makefile.irix5 +++ /dev/null @@ -1,20 +0,0 @@ -MK_NO_LORDER= true -AROPT = crs -rpath = -Wl,-rpath,$(libdir) -shlib_symbolic = -Wl,-B,symbolic - -DLSUFFIX = .so -# PIC is default -CFLAGS_SL = - -%.so: %.o - $(LD) -G -Bdynamic -shared -o $@ $< - -override CPPFLAGS += -U_NO_XOPEN4 - -ifneq ($(GCC), yes) -CFLAGS += -woff 1164,1171,1185,1195,1552 -endif -LDFLAGS += -Wl,-woff,15 -Wl,-woff,84 - -sqlmansect = 5sql -- cgit v1.2.1