Changeset fde597 in git for modules/modgen/makefile.cc


Ignore:
Timestamp:
Jun 7, 2006, 12:47:25 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
32ed4fc37e1059f0d3c41fabbf67bc1a35b74faa
Parents:
54e84caff739c3553691638a0b6127d496e50d1f
Message:
*hannes: sparc64_Linux


git-svn-id: file:///usr/local/Singular/svn/trunk@9183 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/modgen/makefile.cc

    r54e84ca rfde597  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: makefile.cc,v 1.23 2005-10-03 14:54:03 wienand Exp $ */
     4/* $Id: makefile.cc,v 1.24 2006-06-07 10:47:25 Singular Exp $ */
    55/*
    66* ABSTRACT: lib parsing
     
    161161/*===  Machine depend Makefile creation                                ===*/
    162162/*========================================================================*/
    163 #if defined(ix86_Linux) || defined(ix86_Linux_libc5) || defined(ix86_freebsd)|| defined(x86_64_Linux) || defined(IRIX_6)
     163#if defined(ix86_Linux) || defined(ix86_Linux_libc5) || defined(ix86_freebsd)|| defined(x86_64_Linux) || defined(IRIX_6) || defined(sparc64_Linux)
    164164void build_compile_section(
    165165  FILE *fp,
Note: See TracChangeset for help on using the changeset viewer.