From 9efbe8d761a81ad4669b74d9affca1d2ffd09d9c Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 27 Jan 1998 05:03:15 +0000 Subject: [PATCH] From what I can tell, -DNOFIXADE does absolutely nothing under HP/ux --- src/template/hpux-cc | 2 +- src/template/hpux-gcc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/template/hpux-cc b/src/template/hpux-cc index fb9f39022a..b008b530fc 100644 --- a/src/template/hpux-cc +++ b/src/template/hpux-cc @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-W l,-E -Ae -DNOFIXADE +CFLAGS:-W l,-E -Ae SHARED_LIB:+z ALL: SRCH_INC: diff --git a/src/template/hpux-gcc b/src/template/hpux-gcc index 54ee1f6e9f..d6e8f60403 100644 --- a/src/template/hpux-gcc +++ b/src/template/hpux-gcc @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-DNOFIXADE +CFLAGS: SHARED_LIB:-fPIC ALL: SRCH_INC: -- GitLab