/[mac2eui64]/trunk/Makefile
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

  Revision 3 by trond, 2015-09-29T08:26:40Z
vs.
  Revision 4 by trond, 2015-09-29T08:31:02Z
*** trunk/Makefile	2015/09/29 08:26:40	3
--- trunk/Makefile	2015/09/29 08:31:02	4
***************
*** 1,7 ****
  #
  # Makefile for mac2eui64.
  #
! # Copyright (C) 2003 Trond Endrestøl <trond@ramstind.gtf.ol.no>
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 1,7 ----
  #
  # Makefile for mac2eui64.
  #
! # Copyright (C) 2003 Trond Endrestøl <Trond.Endrestol@ximalas.info>
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 25,33 ****
  #
  PREFIX = /usr/local
  BINPREFIX = $(PREFIX)/bin
! CC = gcc
! LD = gcc
! CFLAGS = -g0 -O3
  LDFLAGS = -s
  INSTALL = install
  INSTALLFLAGS = -C -d -g 0 -m 555 -o 0 -p
--- 25,33 ----
  #
  PREFIX = /usr/local
  BINPREFIX = $(PREFIX)/bin
! CC = clang36
! LD = clang36
! CFLAGS = -std=c11 -Weverything -g0 -O3
  LDFLAGS = -s
  INSTALL = install
  INSTALLFLAGS = -C -d -g 0 -m 555 -o 0 -p


 

svn@ximalas.info
ViewVC Help
Powered by ViewVC 1.3.0-beta1