|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 423 (0x1a7) Types: TextFile Names: »xm-sunos4.h«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦d53cfc7b2⟧ »./gcc-1.35.tar.Z« └─⟦90f628c1d⟧ └─⟦this⟧ »gcc-1.35/config/xm-sunos4.h«
/* Config file for running GCC on Sunos version 4. This file is good for either a Sun 3 or a Sun 4 machine. */ #ifdef sparc #include "xm-sparc.h" #else #include "xm-m68k.h" #endif /* Provide required defaults for linker -e and -d switches. Also, it is hard to debug with shared libraries, so don't use them if going to debug. */ #define LINK_SPEC "%{!e*:-e start} -dc -dp %{g:-Bstatic} %{static:-Bstatic}"