Annotation of gcc/config/x-amix, revision 1.1

1.1     ! root        1: # Makefile configuration for Commodore Amiga running SVR4.
        !             2: # (configure amiga-amix)
        !             3: 
        !             4: # Under SVR4, the ucb version of install is compatible, but not normally
        !             5: # first in the shell search path, so specify it explicitly.
        !             6: 
        !             7: INSTALL = /usr/ucb/install -c
        !             8: 
        !             9: # The Amiga ships with gcc installed, so use it as the default CC.
        !            10: 
        !            11: CC = /usr/public/bin/gcc
        !            12: 
        !            13: # The AT&T compiler is still available in /usr/ccs/bin/cc and should
        !            14: # be used to compile the things that should not be compiled with gcc.
        !            15: 
        !            16: OLDCC = /usr/ccs/bin/cc
        !            17: 
        !            18: # Link the executables with -ansi to get ANSI floating point ranges.
        !            19: # Otherwise the values returned on overflow or underflow will be wrong.
        !            20: # NOTE: some early releases of Amiga Unix contained a bug in ptod.o
        !            21: # that prevents the correct values being returned from strtod/atof, even
        !            22: # when linked with -ansi.  Sometimes -static will fix this since at least
        !            23: # one version had a fixed copy in the static libc.a.
        !            24: 
        !            25: LDFLAGS = -ansi
        !            26: 
        !            27: # The manual pages go in /usr/man/1l (section 1, local) without any filename
        !            28: # extension.  The man command will automatically create the /usr/catman/1l
        !            29: # entry.
        !            30: 
        !            31: mandir = /usr/man/1l
        !            32: manext =
        !            33: 
        !            34: # Set up flags to use when compiling and linking enquire.
        !            35: 
        !            36: ENQUIRE_CFLAGS = -DNO_SC -DNO_MEM -DNO_STDDEF -ansi
        !            37: 
        !            38: # Use SVR4 version of fixincludes.
        !            39: 
        !            40: FIXINCLUDES = fixinc.svr4

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.