# HG changeset patch # User Tassilo Philipp # Date 1647509114 -3600 # Node ID 08b0c420ddff6cefc6df7989b9fbd67afa4c903d # Parent 0f3b6898078d2c9e4dab263c14f82994acca24d1 - cleanup diff -r 0f3b6898078d -r 08b0c420ddff buildsys/mk/pcc.mk --- a/buildsys/mk/pcc.mk Wed Mar 16 16:27:50 2022 +0100 +++ b/buildsys/mk/pcc.mk Thu Mar 17 10:25:14 2022 +0100 @@ -1,7 +1,7 @@ #////////////////////////////////////////////////////////////////////////////// # -# Copyright (c) 2010 Daniel Adler , -# Tassilo Philipp +# Copyright (c) 2010-2022 Daniel Adler , +# Tassilo Philipp # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -31,7 +31,7 @@ #CXXFLAGS = $CXXFLAGS -D__Plan9__ #ASFLAGS = -D__Plan9__ -# JUST TEMPORARY AS LONG AS I'M WORKING ON IT - Plan9's sed doesn't support sed comments +# @@@ used to convert GAS sources # /^$/d # Remove empty lines. # /^#.*/d # Remove comments. # s/^\.(globl|intel_syntax|file|section).*// # Remove some GAS directives.