diff options
author | Marc G. Fournier | 1997-04-04 07:59:48 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-04-04 07:59:48 +0000 |
commit | f2eb14ad0dbf8950b67b77c949ad254aa02bba89 (patch) | |
tree | 73cf2458bd0cce131af672162bdef05e92f37359 /src/template/hpux-gcc | |
parent | 82a27f230af39a882a8f2cd46571817782d3b3c8 (diff) |
One helluva mess.
Further extended Makefile.global/build/configure so that we can
have a 'template' file for each OS (and each version of OS, as in BSDi)
which is used as much as possible to generate Makefile.global
Any future ports should look at using the template file as a basis,
before moving over to Makefile.global.
This will most probably break alot of the ports, atho I've tried to
be very neat about it...
Diffstat (limited to 'src/template/hpux-gcc')
-rw-r--r-- | src/template/hpux-gcc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/template/hpux-gcc b/src/template/hpux-gcc new file mode 100644 index 00000000000..15b30767097 --- /dev/null +++ b/src/template/hpux-gcc @@ -0,0 +1,9 @@ +AROPT:cq +BACKEND:-DNOFIXADE +SHARED_LIB: +ALL: +SRCH_INC: +SRCH_LIB: +USE_LOCALE:no +DL_LIB:/usr/lib/libdld.sl +DLSUFFIX:.sl |