Skip to content

Commit 3eec6ee

Browse files
committed
Rename templates to match names in makefiles/Makefile.* and include/port.
Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf.
1 parent 739a056 commit 3eec6ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1036
-1220
lines changed

configure

Lines changed: 647 additions & 625 deletions
Large diffs are not rendered by default.

configure.in

Lines changed: 215 additions & 253 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/template/.similar

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/template/aix

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
AROPT=crs
2+
DLSUFFIX=.so
3+
4+
if test "$GCC" = yes ; then
5+
CFLAGS=-pipe
6+
CXXFLAGS=-pipe
7+
SHARED_LIB=-lc
8+
else # not GCC
9+
case $host_os in
10+
aix3.2.5)
11+
CFLAGS='-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg'
12+
SHARED_LIB='-e _nostart -lc'
13+
;;
14+
aix4.1)
15+
CFLAGS='-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero'
16+
SHARED_LIB='-bnoentry -lc'
17+
;;
18+
aix4.2 | aix4.3)
19+
CFLAGS='-qmaxmem=16384 -qhalt=w -qsrcmsg -qlanglvl=extended -qlonglong'
20+
SHARED_LIB='-lc'
21+
;;
22+
esac
23+
fi # not GCC

src/template/aix_325

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/template/aix_41

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy