os2gcci.mk (4d2a3edf) | os2gcci.mk (10b7a200) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 23 unchanged lines hidden (view full) --- 32#OUTPATH+=OUTFMT 33#INPATH+=OUTFMT 34#GVERDIR+=OUTFMT 35 36# mk file for os2gcci 37ASM=as 38AFLAGS= 39 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 23 unchanged lines hidden (view full) --- 32#OUTPATH+=OUTFMT 33#INPATH+=OUTFMT 34#GVERDIR+=OUTFMT 35 36# mk file for os2gcci 37ASM=as 38AFLAGS= 39 |
40# until we get a solution to libc ticket#251, use dmik's -q option. 41EMXOMFOPT = -q 42.EXPORT : EMXOMFOPT 43 |
|
40#//YD SOLAR_JAVA=TRUE 41JAVAFLAGSDEBUG=-g 42 43# filter for supressing verbose messages from linker 44#not needed at the moment 45#LINKOUTPUT_FILTER=" |& $(SOLARENV)/bin/msg_filter" 46 47.IF "$(ttt)"!="" --- 240 unchanged lines hidden --- | 44#//YD SOLAR_JAVA=TRUE 45JAVAFLAGSDEBUG=-g 46 47# filter for supressing verbose messages from linker 48#not needed at the moment 49#LINKOUTPUT_FILTER=" |& $(SOLARENV)/bin/msg_filter" 50 51.IF "$(ttt)"!="" --- 240 unchanged lines hidden --- |