make/linux/makefiles/top.make

changeset 868
c1345e85f901
parent 791
1ee8caae33af
child 1406
0fc81f0a8ca8
     1.1 --- a/make/linux/makefiles/top.make	Wed Nov 12 23:26:45 2008 -0800
     1.2 +++ b/make/linux/makefiles/top.make	Thu Nov 13 14:50:04 2008 -0800
     1.3 @@ -85,9 +85,9 @@
     1.4  
     1.5  AD_Dir   = $(GENERATED)/adfiles
     1.6  ADLC     = $(AD_Dir)/adlc
     1.7 -AD_Spec  = $(GAMMADIR)/src/cpu/$(Platform_arch)/vm/$(Platform_arch).ad
     1.8 +AD_Spec  = $(GAMMADIR)/src/cpu/$(Platform_arch)/vm/$(Platform_arch_model).ad
     1.9  AD_Src   = $(GAMMADIR)/src/share/vm/adlc
    1.10 -AD_Names = ad_$(Platform_arch).hpp ad_$(Platform_arch).cpp
    1.11 +AD_Names = ad_$(Platform_arch_model).hpp ad_$(Platform_arch_model).cpp
    1.12  AD_Files = $(AD_Names:%=$(AD_Dir)/%)
    1.13  
    1.14  # AD_Files_If_Required/COMPILER1 = ad_stuff

mercurial